Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PapaRascal2020 authored Sep 8, 2024
1 parent 134740b commit 80a0104
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,17 @@ You only need to specify the token for the provider(s) you will use.
SIDEKICK_OPENAI_TOKEN={API_KEY_HERE} (Recommended)
SIDEKICK_MISTRAL_TOKEN={API_KEY_HERE} (Optional)
SIDEKICK_CLAUDE_TOKEN={API_KEY_HERE} (Optional)
SIDEKICK_COHERE_TOKEN={API_KEY_HERE} (Optional)
```

#### Where can I get an API key?
If you are not yet signed up with any of the AI providers, here are some links to help:

- https://platform.openai.com (Open Ai)
- https://console.anthropic.com (Claude)
- https://console.mistral.ai (Mistral)
- https://dashboard.cohere.com (Cohere)

### Running Migrations
Run your migrations using the command below:

Expand Down

0 comments on commit 80a0104

Please sign in to comment.