Skip to content

Commit ae874e6

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent b7031e1 commit ae874e6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/tutorials/settings_tutorial.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ jupyter:
1313
name: python3
1414
---
1515

16-
# Setup
17-
18-
> This tutorial is available as a Jupyter notebook [here](https://github.com/Future-House/paper-qa/blob/main/docs/tutorials/settings_tutorial.ipynb).
19-
20-
This tutorial aims to show how to use the `Settings` class to configure `PaperQA`.
21-
Firstly, we will be using `OpenAI` and `Anthropic` models, so we need to set the `OPENAI_API_KEY` and `ANTHROPIC_API_KEY` environment variables.
22-
We will use both models to make it clear when `paperqa` agent is using either one or the other.
23-
We use `python-dotenv` to load the environment variables from a `.env` file.
24-
Hence, our first step is to create a `.env` file and install the required packages.
25-
2616
```python
2717
# fmt: off
2818
# Create .env file with OpenAI API and Anthropic API keys

0 commit comments

Comments
 (0)