mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-01-19 09:41:20 +08:00
Merge pull request #6193 from siliconflow/get-models-siliconflow
Model listing of SiliconFlow
This commit is contained in:
@@ -258,6 +258,7 @@ export const ChatGLM = {
|
||||
export const SiliconFlow = {
|
||||
ExampleEndpoint: SILICONFLOW_BASE_URL,
|
||||
ChatPath: "v1/chat/completions",
|
||||
ListModelPath: "v1/models?&sub_type=chat",
|
||||
};
|
||||
|
||||
export const DEFAULT_INPUT_TEMPLATE = `{{input}}`; // input / time / model / lang
|
||||
|
||||
Reference in New Issue
Block a user