mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
feat(settings): Configurable context_window and tokenizer (#1437)
This commit is contained in:
parent
6eeb95ec7f
commit
4780540870
4 changed files with 43 additions and 7 deletions
|
|
@ -34,6 +34,10 @@ ui:
|
|||
|
||||
llm:
|
||||
mode: local
|
||||
# Should be matching the selected model
|
||||
max_new_tokens: 512
|
||||
context_window: 32768
|
||||
tokenizer: mistralai/Mistral-7B-Instruct-v0.2
|
||||
|
||||
embedding:
|
||||
# Should be matching the value above in most cases
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue