Skip to content

Commit

Permalink
updated default model
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jun 14, 2024
1 parent f581ea3 commit c0a2623
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/src/content/docs/getting-started/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,17 @@ script({

</Steps>

If you want to make this model the default,
update the `.env` file with the `GENAISCRIPT_DEFAULT_MODEL` environment variable.

```txt title=".env"
...
:::tip[Default Model Configuration]

Use `GENAISCRIPT_DEFAULT_MODEL` in your `.env` file to set the default model.

```txt
GENAISCRIPT_DEFAULT_MODEL=openai:gpt-4o
```

:::

## Azure OpenAI
<a id="azure" href=""></a>

Expand Down

0 comments on commit c0a2623

Please sign in to comment.