1hangzhao commited on
Commit
66ea0b9
·
verified ·
1 Parent(s): 127a259

Update ontochat/config.py

Browse files
Files changed (1) hide show
  1. ontochat/config.py +1 -1
ontochat/config.py CHANGED
@@ -2,7 +2,7 @@
2
  Contains macro, works as a config file before we create one.
3
  """
4
 
5
- DEFAULT_MODEL = "gpt-3.5-turbo"
6
  DEFAULT_TEMPERATURE = 0
7
  DEFAULT_SEED = 1234
8
 
 
2
  Contains macro, works as a config file before we create one.
3
  """
4
 
5
+ DEFAULT_MODEL = "gpt-4o"
6
  DEFAULT_TEMPERATURE = 0
7
  DEFAULT_SEED = 1234
8