From b273d018d24be7a09ec3725e1b1ab295c75abade Mon Sep 17 00:00:00 2001 From: sradc Date: Sun, 8 Oct 2023 16:48:23 +0100 Subject: [PATCH] docs: make link https --- README.ipynb | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.ipynb b/README.ipynb index 275d285..f3a9af3 100644 --- a/README.ipynb +++ b/README.ipynb @@ -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", diff --git a/README.md b/README.md index 7899798..1a2bcd1 100644 --- a/README.md +++ b/README.md @@ -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