Skip to content

Commit 669c121

Browse files
committed
docs: add note about local models to README.md
Signed-off-by: tylerslaton <[email protected]>
1 parent 403fe8b commit 669c121

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ Natural language prompts can be mixed with traditional scripts such as bash and
77
calls. With GPTScript you can do just about anything, like [plan a vacation](./examples/travel-agent.gpt),
88
[edit a file](./examples/add-go-mod-dep.gpt), [run some SQL](./examples/sqlite-download.gpt), or [build a mongodb/flask app](./examples/hacker-news-headlines.gpt).
99

10+
> [!NOTE]
11+
>
12+
>
13+
14+
| :memo: | We are currently exploring options for interacting with local models using GPTScript. |
15+
|-|:-|
16+
1017
```yaml
1118
# example.gpt
1219

0 commit comments

Comments
 (0)