Ahmed-Alghamdi commited on
Commit
c7a31a7
·
verified ·
1 Parent(s): b720e58

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +2 -2
config.py CHANGED
@@ -9,5 +9,5 @@ class Config:
9
  MAX_LENGTH = 512
10
  # New LLM Configuration
11
  # Ensure you set 'OPENAI_API_KEY' in your Hugging Face Space Settings > Secrets
12
- OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
13
- OPENAI_MODEL = "gpt-4o-mini" # Cost-effective and fast for RAG
 
9
  MAX_LENGTH = 512
10
  # New LLM Configuration
11
  # Ensure you set 'OPENAI_API_KEY' in your Hugging Face Space Settings > Secrets
12
+ GROQ_API_KEY = os.getenv("GROQ_API_KEY")
13
+ GROQ_MODEL = "llama3-70b-8192" # Cost-effective and fast for RAG