cognee/cognee/infrastructure/llm
Igor Ilic f2e0f47565
fix: test llm connection with gemini (#557)
<!-- .github/pull_request_template.md -->

## Description
Temporary fix for Gemini LLM until they allow empty dictionaries in
model schema definition

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- AI responses now adjust their format dynamically based on the type of
output, providing a streamlined text display when appropriate.
- Extended processing time improves the handling of longer operations
for a more reliable interaction.

- **Bug Fixes**
- Enhanced error management during connectivity tests ensures a more
robust and stable user experience.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Boris <boris@topoteretes.com>
2025-02-20 11:41:29 +01:00
..
anthropic feat: Add max_chunk_tokens value to chunkers 2025-01-28 14:32:00 +01:00
gemini fix: test llm connection with gemini (#557) 2025-02-20 11:41:29 +01:00
generic_llm_api fix: custom model pipeline (#508) 2025-02-08 02:00:15 +01:00
ollama Feature/cog 1358 local ollama model support for cognee (#555) 2025-02-19 02:54:04 +01:00
openai feat: Add gemini support [COG-1023] (#485) 2025-01-31 18:03:23 +01:00
prompts Summarize retrieved edges to compact string [COG-1181] (#522) 2025-02-18 17:29:55 +01:00
tokenizer fix: custom model pipeline (#508) 2025-02-08 02:00:15 +01:00
__init__.py Add pydantic settings checker (#497) 2025-02-04 23:18:27 +01:00
config.py feat: Use litellm max token size as default for model, if model exists in litellm 2025-01-28 17:00:47 +01:00
get_llm_client.py Feature/cog 1358 local ollama model support for cognee (#555) 2025-02-19 02:54:04 +01:00
llm_interface.py ruff format 2025-01-05 19:09:08 +01:00
utils.py fix: test llm connection with gemini (#557) 2025-02-20 11:41:29 +01:00