feat(settings): Configurable context_window and tokenizer (#1437)

This commit is contained in:
Iván Martínez 2023-12-21 14:49:35 +01:00 committed by GitHub
parent 6eeb95ec7f
commit 4780540870
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 43 additions and 7 deletions

View file

@ -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