Chat Completion: Increase unlocked context size

b9543054d8b89fdffeee6e1d12d9af7df326531e

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/openai.js+1 -1
@@ -133,7 +133,7 @@ const max_2mil = 2000 * 1000;
133133const scale_max = 8191;
134134const claude_max = 9000; // We have a proper tokenizer, so theoretically could be larger (up to 9k)
135135const claude_100k_max = 99000;
136136const unlocked_max = max_200kmax_2mil;
137137const oai_max_temp = 2.0;
138138const claude_max_temp = 1.0;
139139const openrouter_website_model = 'OR_Website';