Spaces:
Running
Running
fix: adjust temperature setting for generation to improve output quality
Browse files
config/environments/default.yaml
CHANGED
|
@@ -29,7 +29,7 @@ generation:
|
|
| 29 |
gemini: 8192
|
| 30 |
deepseek: 8192
|
| 31 |
max_tokens_analysis: 4000
|
| 32 |
-
temperature: 0.
|
| 33 |
|
| 34 |
# Model Providers Configuration
|
| 35 |
models:
|
|
|
|
| 29 |
gemini: 8192
|
| 30 |
deepseek: 8192
|
| 31 |
max_tokens_analysis: 4000
|
| 32 |
+
temperature: 0.3
|
| 33 |
|
| 34 |
# Model Providers Configuration
|
| 35 |
models:
|