keefereuther commited on
Commit
534dab0
·
verified ·
1 Parent(s): 4a5794a

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +2 -2
config.py CHANGED
@@ -127,10 +127,10 @@ You should acknowledge and welcome the student to the conversation. Address the
127
 
128
 
129
  # The model_name refers to the name of the model you want to use. You can choose from the following models:
130
- ai_model = "gpt-4o"
131
 
132
  # Temperature refers to the randomness/creativity of the responses. A higher temperature will result in more random/creative responses. It varies between 0 and 1.
133
- temperature = 0.2
134
 
135
  # Max_tokens refers to the maximum number of tokens (words) the AI can generate. The higher the number, the longer the response. It varies between 1 and 2048.
136
  max_tokens = 500
 
127
 
128
 
129
  # The model_name refers to the name of the model you want to use. You can choose from the following models:
130
+ ai_model = "gpt-4.1"
131
 
132
  # Temperature refers to the randomness/creativity of the responses. A higher temperature will result in more random/creative responses. It varies between 0 and 1.
133
+ temperature = 0.1
134
 
135
  # Max_tokens refers to the maximum number of tokens (words) the AI can generate. The higher the number, the longer the response. It varies between 1 and 2048.
136
  max_tokens = 500