Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenManus
Commits
c2c0aa5f
Commit
c2c0aa5f
authored
Mar 31, 2025
by
mashun1
Browse files
Update README.md
parent
d344a08c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
README.md
README.md
+13
-1
No files found.
README.md
View file @
c2c0aa5f
...
@@ -34,6 +34,16 @@ ### 本地模型源
...
@@ -34,6 +34,16 @@ ### 本地模型源
-
[
ollama
](
https://developer.sourcefind.cn/codes/OpenDAS/ollama/-/tree/0.5.7
)
-
[
ollama
](
https://developer.sourcefind.cn/codes/OpenDAS/ollama/-/tree/0.5.7
)
-
[
vllm
](
https://das.sourcefind.cn:55011/portal/#/installation?id=9385225c-6b7a-11ef-bf92-005056904552&type=frame
)
-
[
vllm
](
https://das.sourcefind.cn:55011/portal/#/installation?id=9385225c-6b7a-11ef-bf92-005056904552&type=frame
)
使用本地模型可以使用上述推理框架进行服务部署,部署完成后根据设置的地址对
`config/config.toml`
中相应的内容进行修改,如
```
bash
# ollama
base_url
=
"http://ip:port/v1/"
# vllm
base_url
=
"http://ip:port/v1/chat"
```
注意:
`api_key`
部分不可为空,即使使用随机字符,如
`api_key="aa"`
。
注意:
`api_key`
部分不可为空,即使使用随机字符,如
`api_key="aa"`
。
### 其他模型源
### 其他模型源
...
@@ -42,6 +52,8 @@ ### 其他模型源
...
@@ -42,6 +52,8 @@ ### 其他模型源
-
[
openai
](
https://platform.openai.com/docs/overview
)
-
[
openai
](
https://platform.openai.com/docs/overview
)
若使用其他模型,请参考上述链接,根据网页内容获取相应的地址及api-key,然后对
`config/config.toml`
进行修改。
## 验证
## 验证
```
bash
```
bash
...
@@ -54,4 +66,4 @@ ## 参考资料
...
@@ -54,4 +66,4 @@ ## 参考资料
## Release Notes
## Release Notes
-
当前使用Bing搜索,搜索结果较google搜索较差。
-
当前使用Bing搜索,搜索结果较google搜索较差。
\ No newline at end of file
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