diff --git a/website/docs/administration/model.md b/website/docs/administration/model.md index 53d20d317a90..f798df3d9a80 100644 --- a/website/docs/administration/model.md +++ b/website/docs/administration/model.md @@ -66,8 +66,8 @@ For `HTTP` configuration, the settings are as follows: ```toml [model.chat.http] -kind = "openai-chat" +kind = "openai/chat" model_name = "deepseek-chat" api_endpoint = "https://api.deepseek.com/v1" api_key = "secret-api-key" -``` \ No newline at end of file +```