ric9176 commited on
Commit
aa92b89
·
1 Parent(s): 489fd05

Update model version and temperature hyperparameter

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,8 +22,8 @@ Think through your response step by step.
22
  @cl.on_chat_start # marks a function that will be executed at the start of a user session
23
  async def start_chat():
24
  settings = {
25
- "model": "gpt-3.5-turbo",
26
- "temperature": 0,
27
  "max_tokens": 500,
28
  "top_p": 1,
29
  "frequency_penalty": 0,
 
22
  @cl.on_chat_start # marks a function that will be executed at the start of a user session
23
  async def start_chat():
24
  settings = {
25
+ "model": "gpt-4o-mini",
26
+ "temperature": 0.7,
27
  "max_tokens": 500,
28
  "top_p": 1,
29
  "frequency_penalty": 0,