Skip to content

Commit

Permalink
logo
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu committed Aug 25, 2023
1 parent 81421bc commit a9970dd
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 1,203 deletions.
611 changes: 13 additions & 598 deletions .github/imgs/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified client/public/favicon.ico
Binary file not shown.
Binary file modified client/public/icon/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
611 changes: 13 additions & 598 deletions client/public/icon/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed client/public/icon/logo2.png
Binary file not shown.
6 changes: 3 additions & 3 deletions client/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"Cancel": "No",
"Confirm": "Yes",
"Running": "Running",
"Warning": "Warning",
"UnKnow": "UnKnow",
"Warning": "Warning",
"app": {
"Advance App TestTip": "The current application is advanced editing mode \n. If you need to switch to [simple mode], please click the save button on the left",
"App Detail": "App Detail",
Expand Down Expand Up @@ -120,8 +120,8 @@
"Start Now": "Start Now",
"Visual AI orchestration": "Visual AI orchestration",
"Why FastGPT": "",
"desc": "",
"slogan": ""
"desc": "AI knowledge base question and answer platform based on LLM large model",
"slogan": "Let the AI know more about you"
},
"navbar": {
"Account": "Account",
Expand Down
10 changes: 6 additions & 4 deletions docSite/content/docs/installation/upgrading/41.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "升级到 V4.1"
description: "FastGPT 从旧版本升级到 V4.1 操作指南"
icon: "upgrade"
title: '升级到 V4.1'
description: 'FastGPT 从旧版本升级到 V4.1 操作指南'
icon: 'upgrade'
draft: false
toc: true
weight: 762
Expand All @@ -13,6 +13,8 @@ weight: 762

V4.1 优化了 PostgreSQL 和 MongoDB 的连接变量,只需要填 1 个 URL 即可:

注意:/fastgpt 和 /postgres 是指数据库名称,需要和旧版的变量对应。

```bash
# mongo 配置,不需要改. 如果连不上,可能需要去掉 ?authSource=admin
- MONGODB_URI=mongodb://username:password@mongo:27017/fastgpt?authSource=admin
Expand All @@ -24,4 +26,4 @@ V4.1 优化了 PostgreSQL 和 MongoDB 的连接变量,只需要填 1 个 URL

部署新版项目,并发起 1 个 HTTP 请求(记得携带 `headers.rootkey`,这个值是环境变量里的)

+ https://xxxxx/api/admin/initChatItem
- https://xxxxx/api/admin/initChatItem

0 comments on commit a9970dd

Please sign in to comment.