Files
ChatGPT-Next-Web/app/api
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-01 13:53:43 +08:00
2024-07-26 15:50:26 +08:00
2024-09-15 20:17:02 +08:00
2024-09-15 20:17:02 +08:00
2024-11-01 13:53:43 +08:00
2024-09-15 20:17:02 +08:00
2024-09-15 20:17:02 +08:00
2024-11-01 14:15:12 +08:00
2024-09-29 15:51:28 +08:00
2024-09-15 20:17:02 +08:00
2024-09-15 20:17:02 +08:00
2024-09-02 18:11:19 +08:00
2024-10-23 11:40:06 +08:00