Files
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
..
2024-11-04 17:00:45 +08:00
2024-11-01 13:53:43 +08:00
2024-09-19 18:21:26 +08:00
2024-11-01 13:53:43 +08:00
2024-09-15 20:17:02 +08:00
2024-08-21 10:28:34 +08:00
2024-09-14 14:19:11 +08:00
2024-11-05 10:23:15 +08:00
2024-10-11 11:29:22 +08:00
2024-09-18 10:39:56 +08:00
2024-11-04 15:51:04 +08:00