mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-19 12:10:17 +09:00
![]() To specify the model's provider, append it after the model name using `@` as before. This format supports cases like `google vertex ai` with a model name like `claude-3-5-sonnet@20240620`. For instance, `claude-3-5-sonnet@20240620@vertex-ai` will be split by `split(/@(?!.*@)/)` into: `[ 'claude-3-5-sonnet@20240620', 'vertex-ai' ]`, where the former is the model name and the latter is the custom provider. |
||
---|---|---|
.. | ||
cloud | ||
audio.ts | ||
auth-settings-events.ts | ||
baidu.ts | ||
chat.ts | ||
clone.ts | ||
cloudflare.ts | ||
format.ts | ||
hmac.ts | ||
hooks.ts | ||
indexedDB-storage.ts | ||
merge.ts | ||
model.ts | ||
ms_edge_tts.ts | ||
object.ts | ||
store.ts | ||
stream.ts | ||
sync.ts | ||
tencent.ts | ||
token.ts |