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
565f9c81
authored
Sep 06, 2023
by
Carson Yang
Committed by
GitHub
Sep 06, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: fix typo (#265)
Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
parent
975e011e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
.github/workflows/deploy-preview.yml
+1
-1
docSite/content/docs/custom-models/chatglm2.md
+5
-4
No files found.
.github/workflows/deploy-preview.yml
View file @
565f9c81
...
...
@@ -78,7 +78,7 @@ jobs:
-
name
:
Write md
run
:
|
echo "# 🤖 Generated by deploy action" > report.md
echo "[
Deploy Actions Address
](${{ needs.deploy-preview.outputs.url }})" >> report.md
echo "[
👀 Visit Preview
](${{ needs.deploy-preview.outputs.url }})" >> report.md
cat report.md
-
name
:
Gh Rebot for Sealos
uses
:
labring/gh-rebot@v0.0.6
...
...
docSite/content/docs/custom-models/chatglm2.md
View file @
565f9c81
...
...
@@ -63,10 +63,10 @@ ChatGLM2-6B 是开源中英双语对话模型 ChatGLM-6B 的第二代版本,
**镜像和端口**
镜像名:
`stawky/chatglm2:latest`
国内镜像名:
`registry.cn-hangzhou.aliyuncs.com/kbgpt/chatglm2:latest`
端口号: 6006
镜像默认 sk-key:
`sk-aaabbbcccdddeeefffggghhhiiijjjkkk`
+
镜像名:
`stawky/chatglm2:latest`
+
国内镜像名:
`registry.cn-hangzhou.aliyuncs.com/kbgpt/chatglm2:latest`
+
端口号: 6006
+
镜像默认 sk-key:
`sk-aaabbbcccdddeeefffggghhhiiijjjkkk`
## 接入 One API
...
...
@@ -114,4 +114,5 @@ Authorization 为 sk-aaabbbcccdddeeefffggghhhiiijjjkkk。model 为刚刚在 One
## 测试使用
chatglm2 模型的使用方法如下:
模型选择 chatglm2 即可
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