Skip to content

Commit

Permalink
perf: add qwen1.5-110b-chat in built-in service
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed May 13, 2024
1 parent 938d696 commit 1c25ff3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Easydict/Swift/Service/BuiltInAI/BuiltInAIService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ class BuiltInAIService: BaseOpenAIService {

通义千问开源系列,开通DashScope即获赠总计 1,000,000 tokens 限时免费使用额度,有效期30天。(qwen1.5-32b-chat模型目前限时免费开放中)
*/
"qwen1.5-32b-chat", // 目前限时免费开放中
"qwen1.5-110b-chat", // 限时免费开放中
"qwen1.5-32b-chat", // 限时免费开放中
"qwen-turbo", // free total 2,000,000 tokens, until 8.12
"baichuan2-13b-chat-v1", // free until 8.12, total 1,000,000 tokens
"deepseek-7b-chat", // 开通DashScope即获赠总计 1,000,000 tokens 限时免费使用额度,有效期180天。
Expand Down

0 comments on commit 1c25ff3

Please sign in to comment.