sonoisa commited on
Commit
002b366
·
verified ·
1 Parent(s): 83db5da

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -295,7 +295,7 @@ def main():
295
  const azure_deployment = getItem("azure_deployment", "");
296
  const azure_api_version = getItem("azure_api_version", "");
297
  const model_name = getItem("model_name", "gpt-4-turbo-preview");
298
- const max_tokens = getItem("max_tokens", 1024);
299
  const temperature = getItem("temperature", 0.2);
300
  const save_chat_history_to_url = getItem("save_chat_history_to_url", false);
301
 
 
295
  const azure_deployment = getItem("azure_deployment", "");
296
  const azure_api_version = getItem("azure_api_version", "");
297
  const model_name = getItem("model_name", "gpt-4-turbo-preview");
298
+ const max_tokens = getItem("max_tokens", 4096);
299
  const temperature = getItem("temperature", 0.2);
300
  const save_chat_history_to_url = getItem("save_chat_history_to_url", false);
301