mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-08-25 04:26:29 +00:00
- Updated the model references in `gemini.yaml` from `gemini/gemini-2.5-flash-lite` to `gemini-3.5-flash-lite` and `gemini/gemini-2.5-flash-lite` to `gemini-3.1-flash-lite` for improved performance. - Changed the model references in `openai.yaml` from `openai/gpt-5-mini` to `gpt-5.6-luna` and `openai/gpt-5.4-nano` to `gpt-5-nano`, reflecting the latest versions for better capabilities.
12 lines
213 B
YAML
12 lines
213 B
YAML
provider: gemini
|
|
MODEL_NAME:
|
|
model: gemini-3.5-flash-lite
|
|
temperature: 1.0
|
|
max_tokens: 64000
|
|
json: true
|
|
SMALL_MODEL_NAME:
|
|
model: gemini-3.1-flash-lite
|
|
temperature: 1.0
|
|
max_tokens: 64000
|
|
json: true
|