LightRAG/lightrag/llm
yangdx f72e4e6830
Enhance OpenAI API error handling and logging for better reliability
• Add InvalidResponseError custom exception
• Improve error logging for API failures
• Add empty response content validation
• Add more detailed debug logging info
• Add retry for invalid response cases
2025-02-06 23:03:31 +03:00
..
__init__.py Separated llms from the main llm.py file and fixed some deprication bugs 2025-01-25 00:11:00 +01:00
azure_openai.py Fixed missing imports bug and fixed linting 2025-01-25 00:55:07 +01:00
bedrock.py Fixed missing imports bug and fixed linting 2025-01-25 00:55:07 +01:00
hf.py Fixed missing imports bug and fixed linting 2025-01-25 00:55:07 +01:00
jina.py Fixed missing imports bug and fixed linting 2025-01-25 00:55:07 +01:00
lmdeploy.py Fixed missing imports bug and fixed linting 2025-01-25 00:55:07 +01:00
lollms.py Fixed missing imports bug and fixed linting 2025-01-25 00:55:07 +01:00
nvidia_openai.py Fixed missing imports bug and fixed linting 2025-01-25 00:55:07 +01:00
ollama.py feat: trimming the model’s reasoning 2025-02-06 22:56:17 +03:00
openai.py Enhance OpenAI API error handling and logging for better reliability 2025-02-06 23:03:31 +03:00
siliconcloud.py Fixed missing imports bug and fixed linting 2025-01-25 00:55:07 +01:00
zhipu.py Fixed missing imports bug and fixed linting 2025-01-25 00:55:07 +01:00