Spaces:
Running
Running
Update modules/config.py (#4)
Browse files- Update modules/config.py (d01c8b2f9d27e1e94f5c7933286a3866dbd85bc6)
- 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-
|
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]
|