Spaces:
Sleeping
Sleeping
Update llm_helper.py
Browse files- llm_helper.py +1 -1
llm_helper.py
CHANGED
|
@@ -3,7 +3,7 @@ import os
|
|
| 3 |
|
| 4 |
llm = ChatGroq(
|
| 5 |
api_key=os.environ["GROQ_API_KEY"], # This will raise an error if unset
|
| 6 |
-
model_name="
|
| 7 |
)
|
| 8 |
|
| 9 |
if __name__ == "__main__":
|
|
|
|
| 3 |
|
| 4 |
llm = ChatGroq(
|
| 5 |
api_key=os.environ["GROQ_API_KEY"], # This will raise an error if unset
|
| 6 |
+
model_name="llama-3.1-8b-instant"
|
| 7 |
)
|
| 8 |
|
| 9 |
if __name__ == "__main__":
|