Skip to content

Commit 6ddfe26

Browse files
authored
docs: update readme
1 parent 47d6499 commit 6ddfe26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ You can pass your OpenAI API key to `Cursive`'s constructor, or set the `OPENAI_
180180
- `claude-instant-1.2`
181181
- Any other model version
182182

183+
###### Credentials
184+
You can pass your Anthropic API key to `Cursive`'s constructor, or set the `ANTHROPIC_API_KEY` environment variable.
185+
183186
#### OpenRouter
184187

185188
OpenRouter is a service that gives you access to leading language models in an OpenAI-compatible API, including function calling!
@@ -210,9 +213,6 @@ cursive.ask(
210213
)
211214
```
212215

213-
###### Credentials
214-
You can pass your Anthropic API key to `Cursive`'s constructor, or set the `ANTHROPIC_API_KEY` environment variable.
215-
216216
#### Cohere
217217
- `command`
218218
- Any other model version (such as `command-nightly`)

0 commit comments

Comments
 (0)