Skip to content

Commit

Permalink
Release 0.0.1-beta25
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Sep 11, 2024
1 parent a87dbcb commit 7a43d63
Show file tree
Hide file tree
Showing 522 changed files with 9,961 additions and 2,615 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ following namespace:
```typescript
import { Gooey } from "gooeyai";

const request: Gooey.CreateStreamRequest = {
const request: Gooey.CopilotCompletionRequest = {
...
};
```
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gooeyai",
"version": "0.0.1-beta24",
"version": "0.0.1-beta25",
"private": false,
"repository": "https://github.com/GooeyAI/typescript-sdk",
"main": "./index.js",
Expand All @@ -17,7 +17,8 @@
"formdata-node": "^6.0.3",
"node-fetch": "2.7.0",
"qs": "6.11.2",
"js-base64": "3.7.2"
"js-base64": "3.7.2",
"form-data-encoder": "^4.0.2"
},
"devDependencies": {
"@types/url-join": "4.0.1",
Expand Down
Loading

0 comments on commit 7a43d63

Please sign in to comment.