Update conf.yaml
Browse files
conf.yaml
CHANGED
|
@@ -167,7 +167,7 @@ character_config:
|
|
| 167 |
llm_api_key: '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'
|
| 168 |
base_url: 'https://openrouter.ai/api/v1'
|
| 169 |
model: 'google/gemini-2.0-flash-001'
|
| 170 |
-
temperature: 0.
|
| 171 |
max_tokens: 500
|
| 172 |
|
| 173 |
gemini_llm:
|
|
|
|
| 167 |
llm_api_key: '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'
|
| 168 |
base_url: 'https://openrouter.ai/api/v1'
|
| 169 |
model: 'google/gemini-2.0-flash-001'
|
| 170 |
+
temperature: 0.8 # value between 0 to 2
|
| 171 |
max_tokens: 500
|
| 172 |
|
| 173 |
gemini_llm:
|