removed temperature from agents and copilot

This commit is contained in:
arkml 2025-06-03 11:56:06 +05:30
parent d751a1f6cd
commit e1ba685e3b
3 changed files with 8 additions and 11 deletions

View file

@ -98,7 +98,6 @@ User: {last_message.content}
response = completions_client.chat.completions.create(
model=PROVIDER_COPILOT_MODEL,
messages=updated_msgs,
temperature=0.0,
response_format={"type": "json_object"}
)