Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
5c89952777
1 changed files with 2 additions and 5 deletions
  1. 2 5
      README.md

+ 2 - 5
README.md

@@ -4,10 +4,6 @@ The AI Coding Assistant
 
 https://github.com/AbanteAI/mentat
 
-
-
-
-
 ## Usage
 
 python 3.10
@@ -20,7 +16,7 @@ OPENAI_API_KEY=sk-rju8J2X
 
 ```
 
-执行:
+自己的项目文件夹路径,如 /workspaces/mentat 执行:
 
 ```
 python3 -m venv .venv
@@ -33,6 +29,7 @@ pip install -e .
 mentat path/to/directory --exclude exclude_me.py dir1/dir2 **/*.ts
 mentat /workspaces/mentat/setup.py
 ```
+完了之后就会把自己的代码post到openai,用户命令行输入命令,调用openai执行相应的修改代码命令。
 
 ## 源码分析