mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 08:26:22 +02:00
removed temperature from agents and copilot
This commit is contained in:
parent
d751a1f6cd
commit
e1ba685e3b
3 changed files with 8 additions and 11 deletions
|
|
@ -123,7 +123,6 @@ User: {last_message.content}
|
|||
return completions_client.chat.completions.create(
|
||||
model=PROVIDER_COPILOT_MODEL,
|
||||
messages=updated_msgs,
|
||||
temperature=0.0,
|
||||
stream=True
|
||||
)
|
||||
|
||||
|
|
@ -198,4 +197,4 @@ def create_app():
|
|||
if __name__ == '__main__':
|
||||
app = create_app()
|
||||
print("Starting Flask server...")
|
||||
app.run(port=3002, host='0.0.0.0', debug=True)
|
||||
app.run(port=3002, host='0.0.0.0', debug=True)
|
||||
Loading…
Add table
Add a link
Reference in a new issue