Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ import requests
|
|
| 10 |
embedding_model = SentenceTransformer("all-MiniLM-L6-v2")
|
| 11 |
|
| 12 |
# GROQ API configuration
|
| 13 |
-
GROQ_API_KEY = "
|
| 14 |
GROQ_URL = "https://api.groq.com/openai/v1/chat/completions"
|
| 15 |
LLAMA3_MODEL = "llama3-8b-8192"
|
| 16 |
|
|
|
|
| 10 |
embedding_model = SentenceTransformer("all-MiniLM-L6-v2")
|
| 11 |
|
| 12 |
# GROQ API configuration
|
| 13 |
+
GROQ_API_KEY = "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" # ⛔ Replace this with your actual GROQ API key
|
| 14 |
GROQ_URL = "https://api.groq.com/openai/v1/chat/completions"
|
| 15 |
LLAMA3_MODEL = "llama3-8b-8192"
|
| 16 |
|