Chat Completion: Increase unlocked context size

This commit is contained in:
Cohee
2024-08-30 21:47:26 +03:00
parent f155b83792
commit b9543054d8

View File

@ -133,7 +133,7 @@ const max_2mil = 2000 * 1000;
const scale_max = 8191;
const claude_max = 9000; // We have a proper tokenizer, so theoretically could be larger (up to 9k)
const claude_100k_max = 99000;
const unlocked_max = max_200k;
const unlocked_max = max_2mil;
const oai_max_temp = 2.0;
const claude_max_temp = 1.0;
const openrouter_website_model = 'OR_Website';