Skip to content

Commit 7a43d63

Browse files
committed
Release 0.0.1-beta25
1 parent a87dbcb commit 7a43d63

File tree

522 files changed

+9961
-2615
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

522 files changed

+9961
-2615
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ following namespace:
3737
```typescript
3838
import { Gooey } from "gooeyai";
3939

40-
const request: Gooey.CreateStreamRequest = {
40+
const request: Gooey.CopilotCompletionRequest = {
4141
...
4242
};
4343
```

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gooeyai",
3-
"version": "0.0.1-beta24",
3+
"version": "0.0.1-beta25",
44
"private": false,
55
"repository": "https://github.com/GooeyAI/typescript-sdk",
66
"main": "./index.js",
@@ -17,7 +17,8 @@
1717
"formdata-node": "^6.0.3",
1818
"node-fetch": "2.7.0",
1919
"qs": "6.11.2",
20-
"js-base64": "3.7.2"
20+
"js-base64": "3.7.2",
21+
"form-data-encoder": "^4.0.2"
2122
},
2223
"devDependencies": {
2324
"@types/url-join": "4.0.1",

0 commit comments

Comments
 (0)