ChatGPT-Next-Web/app/utils
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
..
cloud fix: Fixed the issue that WebDAV synchronization could not check the status and failed during the first backup 2024-08-03 12:40:48 +08:00
audio.ts feat: add tts stt 2024-08-27 16:21:02 +08:00
auth-settings-events.ts add maidian 2024-09-25 13:08:03 +08:00
baidu.ts add missing file 2024-07-09 16:38:22 +08:00
chat.ts fix: onfinish responseRes 2024-11-04 17:00:45 +08:00
clone.ts
cloudflare.ts support cloudflare ai gateway 2024-07-12 12:00:25 +08:00
format.ts
hmac.ts remove hash.js 2024-08-05 11:36:35 +08:00
hooks.ts chore: remove unused imports and correct typos 2024-07-18 01:51:56 +08:00
indexedDB-storage.ts fix: safaLocalStorage 2024-09-08 13:23:40 +08:00
merge.ts
model.ts Custom model names can include the @ symbol by itself. 2024-11-05 07:44:12 +00:00
ms_edge_tts.ts feat: add tts stt 2024-08-27 16:21:02 +08:00
object.ts feat: dev done 2024-04-07 11:32:57 +08:00
store.ts update 2024-09-04 13:00:18 +08:00
stream.ts fix: onfinish responseRes 2024-11-04 17:00:45 +08:00
sync.ts
tencent.ts remove hash.js 2024-08-05 11:36:35 +08:00
token.ts