Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
Change temperature
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole White committed Jul 26, 2023
1 parent b7cf039 commit ae839c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo_replays/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def get_response(autoblocks: AutoblocksTracer, query: str) -> str:
ai = AIChat(
api_key=env.OPENAI_API_KEY,
model="gpt-3.5-turbo",
params=dict(temperature=0, max_tokens=100),
params=dict(temperature=0.5, max_tokens=100),
console=False,
)

Expand Down

0 comments on commit ae839c9

Please sign in to comment.