Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,6 @@ tavily_api_key = os.environ.get("TAVILY_API_KEY")
|
|
| 10 |
if not groq_api_key or not tavily_api_key:
|
| 11 |
raise RuntimeError("Missing GROQ_API_KEY or TAVILY_API_KEY in Hugging Face Secrets")
|
| 12 |
|
| 13 |
-
# ✅ VALID GROQ MODEL
|
| 14 |
llm = ChatGroq(
|
| 15 |
model_name="llama3-70b-8192",
|
| 16 |
temperature=0,
|
|
|
|
| 10 |
if not groq_api_key or not tavily_api_key:
|
| 11 |
raise RuntimeError("Missing GROQ_API_KEY or TAVILY_API_KEY in Hugging Face Secrets")
|
| 12 |
|
|
|
|
| 13 |
llm = ChatGroq(
|
| 14 |
model_name="llama3-70b-8192",
|
| 15 |
temperature=0,
|