Toggle navigation
Toggle navigation
This project
Loading...
Sign in
zhouhui.jiang
/
Test_LangGraph
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
zhouhui.jiang
2025-11-06 16:50:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
336e44be23487ca51605785bef7e022517195bf2
336e44be
1 parent
50d43ae2
添加依赖,修改外网地址
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
API/api_config.py
requirements.txt
API/api_config.py
View file @
336e44b
...
...
@@ -8,7 +8,7 @@ import os
# API 配置
API_CONFIG
=
{
"base_url"
:
"http://
192.168.1.251
:7022"
,
"base_url"
:
"http://
223.166.85.202
:7022"
,
"endpoint"
:
"/Exp/bus-customer/vueConsignmentQuery/findChmConsignmentConditionalQuery"
,
"headers"
:
{
"accept"
:
"*/*"
,
...
...
requirements.txt
View file @
336e44b
...
...
@@ -11,6 +11,7 @@ langgraph==1.0.1
langgraph-checkpoint==3.0.0
langgraph-prebuilt==1.0.1
langgraph-sdk==0.2.9
langgraph-api
# OpenAI API (用于 DEEPSEEK)
openai==2.6.1
...
...
Please
register
or
login
to post a comment