Skier8402 commited on
Commit
4348f26
·
1 Parent(s): 660b52f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -72,8 +72,8 @@ with st.container():
72
  "api_key": selected_key
73
  },
74
  ],
75
- "seed": "42", # seed for reproducibility
76
- "temperature": 0, # temperature of 0 means deterministic output
77
 
78
  }
79
  # create an AssistantAgent instance named "assistant"
 
72
  "api_key": selected_key
73
  },
74
  ],
75
+ #"seed": "42", # seed for reproducibility
76
+ #"temperature": 0, # temperature of 0 means deterministic output
77
 
78
  }
79
  # create an AssistantAgent instance named "assistant"