Skip to content

Commit

Permalink
Corrected formatting in README
Browse files Browse the repository at this point in the history
  • Loading branch information
toshiakit committed Apr 14, 2024
1 parent f9124a1 commit 40a3e49
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ To use this repository with a local installation of MATLAB, first clone the repo

Set up your OpenAI API key. Create a `.env` file in the project root directory with the following content.

```
OPENAI_API_KEY=<your key>
```
```
OPENAI_API_KEY=<your key>
```
Then load your `.env` file as follows:
```matlab
loadenv(".env")
```
```matlab
loadenv(".env")
```

## Getting Started with Chat Completion API

Expand Down

0 comments on commit 40a3e49

Please sign in to comment.