mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 09:25:06 +01:00
Add new, remove old known chat models from model to prompt size map
This commit is contained in:
parent
fba0338787
commit
08993ff109
1 changed files with 2 additions and 3 deletions
|
@ -16,11 +16,10 @@ from khoj.utils.helpers import is_none_or_empty, merge_dicts
|
|||
logger = logging.getLogger(__name__)
|
||||
model_to_prompt_size = {
|
||||
"gpt-3.5-turbo": 3000,
|
||||
"gpt-4": 7000,
|
||||
"gpt-4-1106-preview": 7000,
|
||||
"gpt-3.5-turbo-0125": 3000,
|
||||
"gpt-4-0125-preview": 7000,
|
||||
"gpt-4-turbo-preview": 7000,
|
||||
"llama-2-7b-chat.ggmlv3.q4_0.bin": 1548,
|
||||
"gpt-3.5-turbo-16k": 15000,
|
||||
"mistral-7b-instruct-v0.1.Q4_0.gguf": 1548,
|
||||
}
|
||||
model_to_tokenizer = {
|
||||
|
|
Loading…
Reference in a new issue