Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juanwisz authored Feb 13, 2024
1 parent 037722f commit 472a209
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ To install GPT-Assistants CLI, run:
```
pip install gpt-assistants-cli
```
(Not supported for now, use git clone)

Configuration
Before using the assistants, you need to configure your assistants and set your OpenAI API key. Follow these steps:

Create a configuration file named .gpt-assistants-config.json in your home directory.
Add your assistants and your OpenAI API key to the configuration file. Here's an example:

```
{
"OPENAI_API_KEY": "your_openai_api_key_here",
"assistants": {
Expand Down

0 comments on commit 472a209

Please sign in to comment.