forked from XiaoMo/ChatGPT-Next-Web
feat: close #1960 add gpt-3.5-turbo-16k-0613
This commit is contained in:
parent
590bd8e4bb
commit
8590750e4c
@ -92,6 +92,10 @@ export const ALL_MODELS = [
|
|||||||
name: "gpt-3.5-turbo-16k",
|
name: "gpt-3.5-turbo-16k",
|
||||||
available: true,
|
available: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "gpt-3.5-turbo-16k-0613",
|
||||||
|
available: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "qwen-v1", // 通义千问
|
name: "qwen-v1", // 通义千问
|
||||||
available: false,
|
available: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user