From f13239560d9a6888d3bf95699ed5fc10395b50ff Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期一, 24 二月 2025 18:57:51 +0800
Subject: [PATCH] 历史记录增加
---
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