Skip to content

Commit

Permalink
ooooo
Browse files Browse the repository at this point in the history
  • Loading branch information
Referrer-translate committed Aug 21, 2024
1 parent 0a32177 commit 6725838
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ messages:
~/p/runai (master|✔) $ runai
使用: runai your/path.yaml
在会话中(Tab补全)
> :export 将会话导出文件为export.yaml
> :start 直接调用LLM
> :clear 清空会话
> : 进入/退出多行模式
> :reload 从新加载当前配置文件
> :export 将会话导出文件为export.yaml
> :start 直接调用LLM
> :clear 清空会话
> : 进入/退出多行模式
> :reload 从新加载当前配置文件
> :change file.yaml 加载新的配置文件
> :quit file.yaml 加载新的配置文件
```
1 change: 1 addition & 0 deletions src/EnviromentTool.hs
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ processArgs = do
putStrLn "在会话中(Tab补全)"
putStrLn "> :export 将会话导出文件为export.yaml"
putStrLn "> :start 直接调用LLM"
putStrLn "> :quit 退出"
putStrLn "> :clear 清空会话"
putStrLn "> : 进入/退出多行模式"
putStrLn "> :reload 从新加载当前配置文件"
Expand Down

0 comments on commit 6725838

Please sign in to comment.