Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ dev-gpt generate
you need to set the GOOGLE_API_KEY and GOOGLE_CSE_ID environment variables.
More information can be found [here](https://developers.google.com/custom-search/v1/overview).
```bash
dev-gpt configure --openai_api_key <your openai api key>
dev-gpt configure --google_api_key <google api key> (optional if you want to use google custom search)
dev-gpt configure --google_cse_id <google cse id> (optional if you want to use google custom search)
dev-gpt configure --openai-api-key <your openai api key>
dev-gpt configure --google-api-key <google api key> (optional if you want to use google custom search)
dev-gpt configure --google-cse-id <google cse id> (optional if you want to use google custom search)
```

If you set the environment variable `OPENAI_API_KEY`, the configuration step can be skipped.
Expand Down