alicezhai commited on
Commit
d01c8b2
1 Parent(s): 2781bea

Update modules/config.py

Browse files
Files changed (1) hide show
  1. modules/config.py +1 -1
modules/config.py CHANGED
@@ -167,7 +167,7 @@ if api_host is not None:
167
  logging.info(f"OpenAI API Base set to: {os.environ['OPENAI_API_BASE']}")
168
 
169
  default_chuanhu_assistant_model = config.get(
170
- "default_chuanhu_assistant_model", "gpt-3.5-turbo")
171
  for x in ["GOOGLE_CSE_ID", "GOOGLE_API_KEY", "WOLFRAM_ALPHA_APPID", "SERPAPI_API_KEY"]:
172
  if config.get(x, None) is not None:
173
  os.environ[x] = config[x]
 
167
  logging.info(f"OpenAI API Base set to: {os.environ['OPENAI_API_BASE']}")
168
 
169
  default_chuanhu_assistant_model = config.get(
170
+ "default_chuanhu_assistant_model", "gpt-4o")
171
  for x in ["GOOGLE_CSE_ID", "GOOGLE_API_KEY", "WOLFRAM_ALPHA_APPID", "SERPAPI_API_KEY"]:
172
  if config.get(x, None) is not None:
173
  os.environ[x] = config[x]