This website requires JavaScript.
Explore
Help
Sign in
SystemSh0cker
/
private-gpt
Watch
1
Star
0
Fork
You've already forked private-gpt
0
mirror of
https://github.com/zylon-ai/private-gpt.git
synced
2025-12-22 20:12:55 +01:00
Code
Issues
Projects
Releases
Packages
Activity
3f6396cca8
private-gpt
/
private_gpt
/
components
/
llm
History
Download ZIP
Download TAR.GZ
Robert Hirsch
3f6396cca8
more fixes to pass tests; changed type VectorStore -> BasePydanticVectorStore, see
https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md#2024-05-14
2024-06-15 12:08:31 +02:00
..
custom
fix: Replacing unsafe
eval()
with
json.loads()
(
#1890
)
2024-04-30 09:58:19 +02:00
__init__.py
Next version of PrivateGPT (
#1077
)
2023-10-19 16:04:35 +02:00
llm_component.py
Add timeout parameter for better support of openailike LLM tools on local computer (like LM Studio). (
#1858
)
2024-05-10 16:44:08 +02:00
prompt_helper.py
more fixes to pass tests; changed type VectorStore -> BasePydanticVectorStore, see
https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md#2024-05-14
2024-06-15 12:08:31 +02:00