From a7edbb743cc26d1daafbb0c48ce584b1964a5c5f Mon Sep 17 00:00:00 2001 From: zhaoqingang <zhaoqg0118@163.com> Date: 星期二, 18 二月 2025 09:43:15 +0800 Subject: [PATCH] tmp --- app/config/agent_base_url.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/app/config/agent_base_url.py b/app/config/agent_base_url.py index 78c1b24..3e4c48f 100644 --- a/app/config/agent_base_url.py +++ b/app/config/agent_base_url.py @@ -13,4 +13,5 @@ DF_CHAT_PARAMETERS= "/v1/parameters" DF_CHAT_API_KEY= "/console/api/apps/{}/api-keys" DF_USER_LOGIN= "/console/api/login" -DF_PING = "/console/api/workspaces" \ No newline at end of file +DF_PING = "/console/api/workspaces" +DF_UPLOAD_FILE = "/v1/files/upload" \ No newline at end of file -- Gitblit v1.8.0