Files
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
..
2024-08-27 16:21:02 +08:00
2024-09-25 13:08:03 +08:00
2024-07-09 16:38:22 +08:00
2024-11-04 17:00:45 +08:00
2023-11-10 15:15:43 +08:00
2024-07-12 12:00:25 +08:00
2023-09-19 03:18:34 +08:00
2024-08-05 11:36:35 +08:00
2024-09-08 13:23:40 +08:00
2023-08-26 22:16:29 +07:00
2024-08-27 16:21:02 +08:00
2024-04-07 11:32:57 +08:00
2024-09-04 13:00:18 +08:00
2024-11-04 17:00:45 +08:00
2023-09-19 03:18:34 +08:00
2024-08-05 11:36:35 +08:00
2023-06-15 00:14:38 +08:00