mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 10:45:42 +01:00
feat: add mistral + chatml prompts (#1426)
This commit is contained in:
parent
6191bcdbd6
commit
e326126d0d
6 changed files with 107 additions and 5 deletions
|
|
@ -51,7 +51,7 @@ qdrant:
|
|||
path: local_data/private_gpt/qdrant
|
||||
|
||||
local:
|
||||
prompt_style: "llama2"
|
||||
prompt_style: "mistral"
|
||||
llm_hf_repo_id: TheBloke/Mistral-7B-Instruct-v0.2-GGUF
|
||||
llm_hf_model_file: mistral-7b-instruct-v0.2.Q4_K_M.gguf
|
||||
embedding_hf_model_name: BAAI/bge-small-en-v1.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue