This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import json | |
import re | |
from django.conf import settings | |
from scholarships.models import Scholarship | |
from django.db.models import Q | |
import groq | |
# Configure Groq client with the API key | |
# First try to get it from environment variable, then use the hardcoded value |