You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation homepage of CodeFuse-ai is built on [docura](https://github.com/docura/docura)
11
+
12
+
The ChatBot project is based on [langchain-chatchat](https://github.com/chatchat-space/Langchain-Chatchat) and [codebox-api](https://github.com/shroominic/codebox-api).
13
+
14
+
......
15
+
16
+
Deep gratitude is extended for their open-source contributions!
# vi server_config#8~14, it is recommended to start the service using containers.
63
+
# vi server_config#8~14, It's recommended to use a container to start the service to prevent environment conflicts when installing other dependencies using the codeInterpreter feature
53
64
DOCKER_SERVICE = True
54
-
# Whether to use container sandboxing is up to your specific requirements and preferences
65
+
# Whether to use a container sandbox
55
66
SANDBOX_DO_REMOTE = True
56
-
# Whether to use api-service to use chatbot
57
-
NO_REMOTE_API = True
58
67
```
59
68
60
69
### Start the Service
61
70
62
71
By default, only webui related services are started, and fastchat is not started (optional).
63
72
```bash
64
-
#if use codellama-34b-int4, you should replace fastchat's gptq.py
73
+
#If you need to support the codellama-34b-int4 model, you need to patch fastchat
[Docker Desktop for Windows](https://docs.docker.com/desktop/install/windows-install/) 支持 64 位版本的 Windows 10 Pro,且必须开启 Hyper-V(若版本为 v1903 及以上则无需开启 Hyper-V),或者 64 位版本的 Windows 10 Home v1903 及以上版本。
29
-
29
+
### Sandbox Environment Preparation
30
+
- Windows Docker installation:
31
+
[Docker Desktop for Windows](https://docs.docker.com/desktop/install/windows-install/) supports 64-bit versions of Windows 10 Pro with Hyper-V enabled (Hyper-V is not required for versions v1903 and above), or 64-bit versions of Windows 10 Home v1903 and above.
# vi server_config#8~14, It's recommended to use a container to start the service to prevent environment conflicts when installing other dependencies using the codeInterpreter feature
93
97
DOCKER_SERVICE = True
94
-
#是否采用容器沙箱
98
+
#Whether to use a container sandbox
95
99
SANDBOX_DO_REMOTE = True
96
-
# 是否采用api服务来进行
97
-
NO_REMOTE_API = True
98
100
```
99
101
100
-
### 启动服务
101
102
102
-
默认只启动webui相关服务,未启动fastchat(可选)。
103
+
104
+
### Starting the Service
105
+
106
+
By default, only the webui-related services are started, and fastchat is not started (optional).
107
+
103
108
```bash
104
-
#若需要支撑codellama-34b-int4模型,需要给fastchat打一个补丁
109
+
#If you need to support the codellama-34b-int4 model, you need to patch fastchat
0 commit comments