Add llama2 tokenizer for OpenRouter models

This commit is contained in:
Cohee
2023-11-05 21:54:19 +02:00
parent e1e472bf79
commit fedc3b887f
3 changed files with 67 additions and 42 deletions

View File

@ -153,7 +153,7 @@ const textCompletionModels = [
];
let biasCache = undefined;
let model_list = [];
export let model_list = [];
export const chat_completion_sources = {
OPENAI: 'openai',