Commit Graph

4 Commits

Author SHA1 Message Date
PromptEngineer
e7311a2c34 added support for llama3 2024-05-03 15:33:16 -07:00
PromptEngineer
d7fef20dde Mistral-7B Support Added
- Support for Mistral-7B Added to localGPT.
- Bug fix in the API code, will not delete the existing DB.
- Optimized the streamlit UI.
2023-10-02 15:31:18 -07:00
PromptEngineer
15e96488b6 API Update
- Updated the API code to use the prompt template.
- Removed unused code from run_local_API.py
- Standardized the API endpoint in the localGPTUI
2023-09-25 18:54:19 -07:00
PromptEngineer
a49c29a0a1 Major code update to run_localGPT
This includes the following update.

- Support for GGUF models.
- Ability to enable/disable chat history
- Set parameters in constants.py
- Prompt Template for Llama-2 (this works well) and generic template for other models.
- Major rewrite of the main run_localGPT.py as run_localGPT_v2.py (This will replace the original version after testing by the community).
- and more :)
2023-09-13 01:04:40 -07:00