Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
steegecs committed Apr 24, 2023
1 parent 8612042 commit 1f94211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The [ChatGPT](https://openai.com/blog/chatgpt)-powered swiss army knife for the

Pre-requisite: You'll need to create an [OpenAI](https://openai.com/blog/openai-api) account or request early access from [Anthropic](https://www.anthropic.com/earlyaccess).

1. Run `pip install mindflow,` or you can clone this repo and run `pip install -e path/to/mindflow`.
1. Run `pip install mindflow`, or you can clone this repo and run `pip install -e path/to/mindflow`.
2. Run `mf login`:
- Register with OpenAI or Anthropic to use their models. You can find your OpenAI API key [here](https://platform.openai.com/account/api-keys).
- Register with Pinecone to use their vector search engine. You can find your Pinecone API key and Environment [here](https://www.pinecone.io/start).
Expand Down

0 comments on commit 1f94211

Please sign in to comment.