You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@ Natural language prompts can be mixed with traditional scripts such as bash and
7
7
calls. With GPTScript you can do just about anything, like [plan a vacation](./examples/travel-agent.gpt),
8
8
[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).
9
9
10
+
> [!NOTE]
11
+
>
12
+
>
13
+
14
+
|:memo:| We are currently exploring options for interacting with local models using GPTScript. |
0 commit comments