Skip to content

Commit

Permalink
little note about github models
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Aug 2, 2024
1 parent 787070e commit 7cc4dc6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,17 @@ const { files } = await retrieval.vectorSearch("cats", "**/*.md")

</Card>

<Card title="GitHub Models and GitHub Copilot" icon="github">

Run models through GitHub using [GitHub Models](/getting-started/configuration/#github-models)
or [GitHub Copilot](/getting-started/configuration/#github-copilot-in-visual-studio-code).

```js wrap
script({ ..., model: "github:gpt-4o" })
```

</Card>

<Card title="Local Models" icon="laptop">

Run your scripts with [Open Source models](/genaiscript/getting-started/configuration/#local-models),
Expand Down

0 comments on commit 7cc4dc6

Please sign in to comment.