14 lines
239 B
Markdown
14 lines
239 B
Markdown
# assistant cli
|
|
|
|
## 环境变量配置项
|
|
|
|
- ASSISTANT_CONFIG_DIR
|
|
- 说明:指定 assistant 的配置文件目录
|
|
- 示例:`export ASSISTANT_CONFIG_DIR=/path/to/your/config/dir`
|
|
|
|
|
|
## 启动命令
|
|
|
|
```bash
|
|
asst server -s -p 8686
|
|
``` |