Skip to content

Commit

Permalink
docs: make link https
Browse files Browse the repository at this point in the history
  • Loading branch information
sradc committed Oct 8, 2023
1 parent 5b1c5cf commit b273d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"- Install `make_agents` using your package manager, e.g. `pip install make_agents`\n",
"- Set the `OPENAI_API_KEY` environment variable, with your [OpenAI api key](https://help.openai.com/en/articles/4936850-where-do-i-find-my-secret-api-key).\n",
" - Alternatively, `import openai` and set `openai.api_key = ...`\n",
"- See the examples below, the [reference docs](http://makeagents.com/), and check out the code.\n",
"- See the examples below, the [reference docs](https://makeagents.com/), and check out the code.\n",
"\n",
"## Examples\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Currently supports OpenAI's GPT chat models out of the box.
- Install `make_agents` using your package manager, e.g. `pip install make_agents`
- Set the `OPENAI_API_KEY` environment variable, with your [OpenAI api key](https://help.openai.com/en/articles/4936850-where-do-i-find-my-secret-api-key).
- Alternatively, `import openai` and set `openai.api_key = ...`
- See the examples below, the [reference docs](http://makeagents.com/), and check out the code.
- See the examples below, the [reference docs](https://makeagents.com/), and check out the code.

## Examples

Expand Down

0 comments on commit b273d01

Please sign in to comment.