Files
Dmitry Ng 1778290d15 feat(graphiti): update model versions in configuration files
- 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.
2026-08-01 19:54:27 +03:00

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