LightRAG/lightrag/llm
yangdx b90f3f14be
Add LightRAG version to User-Agent header for better request tracking
• Add User-Agent header with version info
• Update header creation in Ollama client
• Update header creation in OpenAI client
• Ensure consistent header format
• Include Mozilla UA string for OpenAI
2025-02-06 23:04:19 +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 Add LightRAG version to User-Agent header for better request tracking 2025-02-06 23:04:19 +03:00
openai.py Add LightRAG version to User-Agent header for better request tracking 2025-02-06 23:04:19 +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