feat: qwen 110B

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong0618
2024-05-08 18:15:39 +08:00
parent 77ead6119c
commit 55fd800eb1
6 changed files with 2601 additions and 13 deletions

View File

@ -55,6 +55,12 @@ Note, if you are using third party service, you need to `export OPENAI_API_BASE=
2. export GROQ_API_KEY=${the_key}
3. use `llama_pro: ${message}` to ask
## Bot -> qwen
1. visit https://api.together.xyz/settings/api-keys get the key
2. export TOGETHER_API_KEY=${the_key}
3. use `qwen_pro: ${message}` to ask
## HOW TO Install and Run