Skip to content

Commit

Permalink
remove unnecessary after 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
garylin2099 authored and 莘权 马 committed Dec 18, 2023
1 parent 972023c commit 2033db8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/en/guide/get_started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Available installation methods can be found in the [Installation](./installation

```
import os
os.environ["WORKSPACE_PATH"] = "workspace"
os.environ["OPENAI_API_KEY"] = "sk-..."
os.environ["OPENAI_API_MODEL"] = "gpt-4-1106-preview"
```
Expand Down
1 change: 0 additions & 1 deletion src/zh/guide/get_started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ pip install metagpt

```
import os
os.environ["WORKSPACE_PATH"] = "workspace"
os.environ["OPENAI_API_KEY"] = "sk-..."
os.environ["OPENAI_API_MODEL"] = "gpt-4-1106-preview"
```
Expand Down

0 comments on commit 2033db8

Please sign in to comment.