Skip to content

Commit

Permalink
update bridge_all.py
Browse files Browse the repository at this point in the history
  • Loading branch information
awwaawwa committed Jul 4, 2024
1 parent 762b532 commit 63222ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion request_llms/bridge_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def decode(self, *args, **kwargs):
"fn_with_ui": chatgpt_ui,
"fn_without_ui": chatgpt_noui,
"endpoint": openai_endpoint,
"max_token": 32768,
"max_token": 128000,
"tokenizer": tokenizer_gpt35,
"token_cnt": get_token_num_gpt35,
},
Expand Down

0 comments on commit 63222ee

Please sign in to comment.