From 317cc84dd87c551b823107b5c8ed93c4f01f6014 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sun, 9 Jun 2024 16:40:33 +0800 Subject: [PATCH] Update model.md --- website/docs/administration/model.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```