graphiti/graphiti_core/llm_client
Ronald Mego Solano 1de752646a
Fix/model name config (#1094)
fix: Replace non-existent model names and handle Neo4j index race condition

- Replace hardcoded non-existent models (gpt-5-mini, gpt-5-nano, gpt-4.1)
  with valid gpt-4o-mini across config files and default client
- Add exception handling for EquivalentSchemaRuleAlreadyExists in
  Neo4j index creation to prevent race condition failures on startup
2025-12-08 11:31:04 -05:00
..
__init__.py
anthropic_client.py Update default Anthropic model to claude-haiku-4-5 (#1070) 2025-11-15 09:07:18 -08:00
azure_openai_client.py update summary character limit (#1073) 2025-11-18 17:16:02 -05:00
client.py foreign language fix (#1090) 2025-12-03 11:47:12 -05:00
config.py Gpt 5 default (#849) 2025-08-21 12:10:57 -04:00
errors.py
gemini_client.py fix: replace deprecated gemini-2.5-flash-lite-preview with gemini-2.5-flash-lite (#1076) 2025-11-20 16:03:51 -08:00
groq_client.py
openai_base_client.py Fix/model name config (#1094) 2025-12-08 11:31:04 -05:00
openai_client.py update summary character limit (#1073) 2025-11-18 17:16:02 -05:00
openai_generic_client.py Use OpenAI structured output API for response validation (#1061) 2025-11-11 06:53:37 -08:00
utils.py