There was an error while loading. Please reload this page.
1 parent 613d245 commit b2ab5d7Copy full SHA for b2ab5d7
agent/base.py
@@ -13,6 +13,6 @@ def __init__(self):
13
self.model = ChatGroq(
14
api_key=os.getenv("GROQ_API_KEY"),
15
model="llama-3.3-70b-versatile",
16
- temperature=0
+ temperature=0.5,
17
)
18
self.output_parser = StrOutputParser()
0 commit comments