mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add llama2 tokenizer for OpenRouter models
This commit is contained in:
@ -153,7 +153,7 @@ const textCompletionModels = [
|
||||
];
|
||||
|
||||
let biasCache = undefined;
|
||||
let model_list = [];
|
||||
export let model_list = [];
|
||||
|
||||
export const chat_completion_sources = {
|
||||
OPENAI: 'openai',
|
||||
|
Reference in New Issue
Block a user