Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
139e9343
authored
Mar 12, 2025
by
zijiren
Committed by
GitHub
Mar 12, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: aiproxy repo moved (#4116)
* feat: aiproxy repo * fix
parent
bf69aa6e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
deploy/docker/docker-compose-milvus.yml
+2
-2
deploy/docker/docker-compose-pgvector.yml
+2
-2
deploy/docker/docker-compose-zilliz.yml
+2
-2
docSite/content/zh-cn/docs/development/upgrading/490.md
+3
-3
No files found.
deploy/docker/docker-compose-milvus.yml
View file @
139e9343
...
...
@@ -175,7 +175,7 @@ services:
# AI Proxy
aiproxy
:
image
:
'
ghcr.io/labring/
sealos-aiproxy-service
:latest'
image
:
'
ghcr.io/labring/
aiproxy
:latest'
container_name
:
aiproxy
restart
:
unless-stopped
depends_on
:
...
...
@@ -191,7 +191,7 @@ services:
# 数据库连接地址
-
SQL_DSN=postgres://postgres:aiproxy@aiproxy_pg:5432/aiproxy
# 最大重试次数
-
R
etryTimes
=3
-
R
ETRY_TIMES
=3
# 不需要计费
-
BILLING_ENABLED=false
# 不需要严格检测模型
...
...
deploy/docker/docker-compose-pgvector.yml
View file @
139e9343
...
...
@@ -132,7 +132,7 @@ services:
# AI Proxy
aiproxy
:
image
:
'
ghcr.io/labring/
sealos-aiproxy-service
:latest'
image
:
'
ghcr.io/labring/
aiproxy
:latest'
container_name
:
aiproxy
restart
:
unless-stopped
depends_on
:
...
...
@@ -148,7 +148,7 @@ services:
# 数据库连接地址
-
SQL_DSN=postgres://postgres:aiproxy@aiproxy_pg:5432/aiproxy
# 最大重试次数
-
R
etryTimes
=3
-
R
ETRY_TIMES
=3
# 不需要计费
-
BILLING_ENABLED=false
# 不需要严格检测模型
...
...
deploy/docker/docker-compose-zilliz.yml
View file @
139e9343
...
...
@@ -113,7 +113,7 @@ services:
# AI Proxy
aiproxy
:
image
:
'
ghcr.io/labring/
sealos-aiproxy-service
:latest'
image
:
'
ghcr.io/labring/
aiproxy
:latest'
container_name
:
aiproxy
restart
:
unless-stopped
depends_on
:
...
...
@@ -129,7 +129,7 @@ services:
# 数据库连接地址
-
SQL_DSN=postgres://postgres:aiproxy@aiproxy_pg:5432/aiproxy
# 最大重试次数
-
R
etryTimes
=3
-
R
ETRY_TIMES
=3
# 不需要计费
-
BILLING_ENABLED=false
# 不需要严格检测模型
...
...
docSite/content/zh-cn/docs/development/upgrading/490.md
View file @
139e9343
...
...
@@ -21,7 +21,7 @@ weight: 801
### 3. 替换 OneAPI(可选)
如果需要使用
AI Proxy
替换 OneAPI 的用户可执行该步骤。
如果需要使用
[
AI Proxy
](
https://github.com/labring/aiproxy
)
替换 OneAPI 的用户可执行该步骤。
#### 1. 修改 yml 文件
...
...
@@ -32,7 +32,7 @@ weight: 801
```
# AI Proxy
aiproxy:
image: 'ghcr.io/labring/
sealos-aiproxy-service
:latest'
image: 'ghcr.io/labring/
aiproxy
:latest'
container_name: aiproxy
restart: unless-stopped
depends_on:
...
...
@@ -48,7 +48,7 @@ weight: 801
# 数据库连接地址
- SQL_DSN=postgres://postgres:aiproxy@aiproxy_pg:5432/aiproxy
# 最大重试次数
- R
etryTimes
=3
- R
ETRY_TIMES
=3
# 不需要计费
- BILLING_ENABLED=false
# 不需要严格检测模型
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment