Add support to aliyun qwen online models.

Rename model tag "qwen" to "qwen-local"
Add model tag "qwen-turbo", "qwen-plus", "qwen-max"
Add corresponding model interfaces in request_llms/bridge_all.py
Add configuration variable “DASHSCOPE_API_KEY"
Rename request_llms/bridge_qwen.py to bridge_qwen_local.py to distinguish it from the online model interface
This commit is contained in:
leike0813
2023-12-20 07:37:26 +08:00
parent 9479dd984c
commit ac3d4cf073
9 changed files with 255 additions and 63 deletions

View File

@@ -1,4 +1 @@
modelscope
transformers_stream_generator
auto-gptq
optimum
dashscope