mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2026-04-26 13:04:29 +08:00
Merge branch 'main' into main
This commit is contained in:
@@ -270,6 +270,7 @@ export const BEDROCK_BASE_URL = Bedrock.getEndpoint();
|
||||
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
|
||||
@@ -476,6 +477,7 @@ export const VISION_MODEL_REGEXES = [
|
||||
/glm-4v/,
|
||||
/nova-lite/,
|
||||
/nova-pro/,
|
||||
/vl/i,
|
||||
];
|
||||
|
||||
export const EXCLUDE_VISION_MODEL_REGEXES = [/claude-3-5-haiku-20241022/];
|
||||
|
||||
Reference in New Issue
Block a user