Skip to content

Commit b2ab5d7

Browse files
committed
add-some-temp
Signed-off-by: Arya Pratap Singh <notaryasingh@gmail.com>
1 parent 613d245 commit b2ab5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ def __init__(self):
1313
self.model = ChatGroq(
1414
api_key=os.getenv("GROQ_API_KEY"),
1515
model="llama-3.3-70b-versatile",
16-
temperature=0
16+
temperature=0.5,
1717
)
1818
self.output_parser = StrOutputParser()

0 commit comments

Comments
 (0)