Spaces:
Running
Running
Update readme
Browse files- README.md +1 -4
- README_zh.md +2 -6
README.md
CHANGED
@@ -60,7 +60,7 @@ CoT-Lab is an experimental interface exploring new paradigms in human-AI collabo
|
|
60 |
## 📥 Installation & Deployment
|
61 |
Local deployment is (currently) required if you want to work with locally hosted LLMs.
|
62 |
|
63 |
-
**Prerequisites**: Python 3.11+ | Valid [Deepseek API Key](https://platform.deepseek.com/) or
|
64 |
|
65 |
```bash
|
66 |
# Clone repository
|
@@ -79,9 +79,6 @@ API_MODEL=deepseek-reasoner
|
|
79 |
python app.py
|
80 |
```
|
81 |
|
82 |
-
### API Settings for serving
|
83 |
-
You can set environment variable `API_KEY` to hide the key from frontend.
|
84 |
-
Only OPENAI chat.completions compatible API is supported now.
|
85 |
|
86 |
## 📄 License
|
87 |
MIT License © 2024 [ii.inc]
|
|
|
60 |
## 📥 Installation & Deployment
|
61 |
Local deployment is (currently) required if you want to work with locally hosted LLMs.
|
62 |
|
63 |
+
**Prerequisites**: Python 3.11+ | Valid [Deepseek API Key](https://platform.deepseek.com/) or OpenAI SDK compatible API.
|
64 |
|
65 |
```bash
|
66 |
# Clone repository
|
|
|
79 |
python app.py
|
80 |
```
|
81 |
|
|
|
|
|
|
|
82 |
|
83 |
## 📄 License
|
84 |
MIT License © 2024 [ii.inc]
|
README_zh.md
CHANGED
@@ -19,7 +19,7 @@ license: "mit"
|
|
19 |
[Huggingface空间 🤗](https://huggingface.co/spaces/Intelligent-Internet/CoT-Lab) | [GitHub仓库 🌐](https://github.com/Intelligent-Internet/CoT-Lab-Demo)
|
20 |
[English README](README.md)
|
21 |
|
22 |
-
**通过同步人类与AI的思考过程,实现深层次的认知对齐**
|
23 |
在一轮对话中跟随、学习、迭代思维链
|
24 |
|
25 |
## 🌟 项目介绍
|
@@ -59,7 +59,7 @@ CoT-Lab是一个探索人机协作新范式的实验性界面,基于**认知
|
|
59 |
## 📥 安装部署
|
60 |
如希望使用本地部署的大语言模型,您(暂时)需要克隆本项目并在本地运行。
|
61 |
|
62 |
-
**环境要求**:Python 3.11+ | 有效的[Deepseek API密钥](https://platform.deepseek.com/)
|
63 |
|
64 |
```bash
|
65 |
# 克隆仓库
|
@@ -78,10 +78,6 @@ API_MODEL=deepseek-reasoner
|
|
78 |
python app.py
|
79 |
```
|
80 |
|
81 |
-
### API服务设置
|
82 |
-
可通过环境变量`API_KEY`在前端隐藏密钥。
|
83 |
-
目前仅支持OPENAI格式的补全API
|
84 |
-
|
85 |
## 📄 许可协议
|
86 |
MIT License © 2024 [ii.inc]
|
87 |
|
|
|
19 |
[Huggingface空间 🤗](https://huggingface.co/spaces/Intelligent-Internet/CoT-Lab) | [GitHub仓库 🌐](https://github.com/Intelligent-Internet/CoT-Lab-Demo)
|
20 |
[English README](README.md)
|
21 |
|
22 |
+
**通过同步人类与AI的思考过程,实现深层次的认知对齐**
|
23 |
在一轮对话中跟随、学习、迭代思维链
|
24 |
|
25 |
## 🌟 项目介绍
|
|
|
59 |
## 📥 安装部署
|
60 |
如希望使用本地部署的大语言模型,您(暂时)需要克隆本项目并在本地运行。
|
61 |
|
62 |
+
**环境要求**:Python 3.11+ | 有效的[Deepseek API密钥](https://platform.deepseek.com/) 或其他OpenAI SDK兼容的API接口。
|
63 |
|
64 |
```bash
|
65 |
# 克隆仓库
|
|
|
78 |
python app.py
|
79 |
```
|
80 |
|
|
|
|
|
|
|
|
|
81 |
## 📄 许可协议
|
82 |
MIT License © 2024 [ii.inc]
|
83 |
|