This website requires JavaScript.
Explore
Help
Register
Sign In
LLM
/
DocsGPT
Watch
1
Star
0
Fork
0
You've already forked DocsGPT
mirror of
https://github.com/arc53/DocsGPT.git
synced
2026-01-28 09:50:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2f48a3d7d5ade5d8f09e1b3d12e8c79a7eb3ab5f
DocsGPT
/
application
/
llm
History
Alex
b404162364
fix: fallback to OpenAILLMHandler when no handler class is found
2025-06-20 16:08:40 +01:00
..
handlers
fix: fallback to OpenAILLMHandler when no handler class is found
2025-06-20 16:08:40 +01:00
__init__.py
…
anthropic.py
…
base.py
refactor: update fallback LLM initialization to use factory method
2025-06-06 17:23:27 +05:30
docsgpt_provider.py
fix: ruff fix
2025-03-13 00:11:50 +00:00
google_ai.py
fix: enhance error logging with exception info across multiple modules
2025-05-05 13:12:39 +01:00
groq.py
…
huggingface.py
…
llama_cpp.py
refactor: update env variable names
2025-06-06 15:29:53 +05:30
llm_creator.py
feat: pass decoded_token to llm and retrievers
2025-03-18 23:46:02 +05:30
novita.py
…
openai.py
redundant f string
2025-05-15 16:57:41 +04:00
premai.py
…
sagemaker.py
…