Spaces:
Sleeping
Sleeping
Update config.py
Browse files
config.py
CHANGED
@@ -13,6 +13,7 @@ default_config = SimpleNamespace(
|
|
13 |
chat_prompt_artifact="cir-neige/massa/chat_prompt:latest",
|
14 |
chat_temperature=0.5, #0.3
|
15 |
max_fallback_retries=3,
|
|
|
16 |
## model_name="gpt-4",
|
17 |
model_name="gpt-3.5-turbo",
|
18 |
eval_model="gpt-3.5-turbo",
|
|
|
13 |
chat_prompt_artifact="cir-neige/massa/chat_prompt:latest",
|
14 |
chat_temperature=0.5, #0.3
|
15 |
max_fallback_retries=3,
|
16 |
+
log_file="cir-neige/massa/log_file:latest",
|
17 |
## model_name="gpt-4",
|
18 |
model_name="gpt-3.5-turbo",
|
19 |
eval_model="gpt-3.5-turbo",
|