Spaces:
Build error
Build error
Update agents.py
Browse files
agents.py
CHANGED
@@ -11,7 +11,7 @@ load_dotenv()
|
|
11 |
|
12 |
groq_api_key = os.getenv("GROQ_API_KEY")
|
13 |
|
14 |
-
llm = ChatGroq(model="
|
15 |
|
16 |
def streamlit_callback(step_output):
|
17 |
st.markdown("---")
|
|
|
11 |
|
12 |
groq_api_key = os.getenv("GROQ_API_KEY")
|
13 |
|
14 |
+
llm = ChatGroq(model="llama-3.1-70b-versatile", verbose=True, temperature=0.7, groq_api_key=groq_api_key)
|
15 |
|
16 |
def streamlit_callback(step_output):
|
17 |
st.markdown("---")
|