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 May 3, 2024
1 parent bc9ec97 commit eb52774
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions request_llms/bridge_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@ def decode(self, *args, **kwargs):
"tokenizer": tokenizer_gpt35,
"token_cnt": get_token_num_gpt35,
},
"llama-3-chinese:8b": {
"fn_with_ui": chatgpt_ui,
"fn_without_ui": chatgpt_noui,
"endpoint": openai_endpoint,
"max_token": 8192,
"tokenizer": tokenizer_gpt35,
"token_cnt": get_token_num_gpt35,
},
# openai
"gpt-3.5-turbo": {
"fn_with_ui": chatgpt_ui,
Expand Down

0 comments on commit eb52774

Please sign in to comment.