ChatGPT-Next-Web/app
ryanhex53 b844045d23 Custom model names can include the `@` symbol by itself.
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.
2024-11-05 07:44:12 +00:00
..
api Custom model names can include the `@` symbol by itself. 2024-11-05 07:44:12 +00:00
client fix: onfinish responseRes 2024-11-04 17:00:45 +08:00
components Custom model names can include the `@` symbol by itself. 2024-11-05 07:44:12 +00:00
config chore: update 2024-11-01 13:53:43 +08:00
icons add top tip 2024-09-19 18:21:26 +08:00
locales chore: update 2024-11-01 13:53:43 +08:00
masks chore: remove unused imports 2024-09-15 20:17:02 +08:00
store Custom model names can include the `@` symbol by itself. 2024-11-05 07:44:12 +00:00
styles fix: 修复多余的查看全部 2024-08-21 10:28:34 +08:00
utils Custom model names can include the `@` symbol by itself. 2024-11-05 07:44:12 +00:00
command.ts add fork 2024-09-14 14:19:11 +08:00
constant.ts add claude 3.5 haiku 2024-11-05 10:23:15 +08:00
global.d.ts client app tauri updater #2966 2024-10-11 11:29:22 +08:00
layout.tsx Merge branch 'main' into tts-stt 2024-09-18 10:39:56 +08:00
page.tsx Revert "feat: improve components structure" 2024-07-22 22:18:51 +08:00
polyfill.ts fix: #397 #373 Array.prototype.at polyfill errors 2023-04-03 13:29:37 +08:00
typing.ts dall-e-3 adds 'quality' and 'style' options 2024-08-10 11:09:07 +08:00
utils.ts fix: vision model dalle3 2024-11-04 15:51:04 +08:00