mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-03-30 07:37:23 +00:00
# Conflicts: # web/src/components/settings/personal/cards/AccountManagement.jsx # web/src/components/table/channels/modals/EditChannelModal.jsx # web/src/hooks/channels/useChannelsData.jsx # web/src/hooks/common/useSidebar.js # web/src/i18n/locales/fr.json # web/src/pages/Setting/Operation/SettingsGeneral.jsx
17 lines
407 B
Go
17 lines
407 B
Go
package submodel
|
|
|
|
var ModelList = []string{
|
|
"NousResearch/Hermes-4-405B-FP8",
|
|
"Qwen/Qwen3-235B-A22B-Thinking-2507",
|
|
"Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8",
|
|
"Qwen/Qwen3-235B-A22B-Instruct-2507",
|
|
"zai-org/GLM-4.5-FP8",
|
|
"openai/gpt-oss-120b",
|
|
"deepseek-ai/DeepSeek-R1-0528",
|
|
"deepseek-ai/DeepSeek-R1",
|
|
"deepseek-ai/DeepSeek-V3-0324",
|
|
"deepseek-ai/DeepSeek-V3.1",
|
|
}
|
|
|
|
const ChannelName = "submodel"
|