-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically applying Prettier changes
- Loading branch information
1 parent
d6bdccb
commit c0f4d02
Showing
10 changed files
with
91 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
{ | ||
"name": "ownChatGpt", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"type": "module", | ||
"keywords": [], | ||
"author": "", | ||
"scripts": { | ||
"start": "tsc && node --experimental-wasm-modules ./dist/index.js" | ||
}, | ||
"license": "ISC", | ||
"dependencies": { | ||
"@arakoodev/edgechains.js": "^0.1.23", | ||
"@arakoodev/jsonnet": "^0.2.1", | ||
"sync-rpc": "^1.3.6", | ||
"zod": "^3.23.8" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.12.12" | ||
} | ||
"name": "ownChatGpt", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"type": "module", | ||
"keywords": [], | ||
"author": "", | ||
"scripts": { | ||
"start": "tsc && node --experimental-wasm-modules ./dist/index.js" | ||
}, | ||
"license": "ISC", | ||
"dependencies": { | ||
"@arakoodev/edgechains.js": "^0.1.23", | ||
"@arakoodev/jsonnet": "^0.2.1", | ||
"sync-rpc": "^1.3.6", | ||
"zod": "^3.23.8" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.12.12" | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
JS/edgechains/examples/getWeather-or-time-function-calling/dist/lib/openAIChat.cjs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
JS/edgechains/examples/getWeather-or-time-function-calling/dist/lib/openAIFunction.cjs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 20 additions & 20 deletions
40
JS/edgechains/examples/getWeather-or-time-function-calling/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"name": "function-calling", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"type": "module", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "tsc && node --experimental-wasm-modules ./dist/index.js" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@arakoodev/edgechains.js": "^0.1.23", | ||
"@arakoodev/jsonnet": "^0.2.1", | ||
"axios": "^1.7.1", | ||
"moment-timezone": "^0.5.45", | ||
"openai": "^4.47.1", | ||
"sync-rpc": "^1.3.6" | ||
} | ||
"name": "function-calling", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"type": "module", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "tsc && node --experimental-wasm-modules ./dist/index.js" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@arakoodev/edgechains.js": "^0.1.23", | ||
"@arakoodev/jsonnet": "^0.2.1", | ||
"axios": "^1.7.1", | ||
"moment-timezone": "^0.5.45", | ||
"openai": "^4.47.1", | ||
"sync-rpc": "^1.3.6" | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
JS/edgechains/examples/getWeather-or-time-function-calling/src/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 21 additions & 21 deletions
42
JS/edgechains/examples/language-translater/backend/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"name": "language-translater", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"type": "module", | ||
"keywords": [], | ||
"author": "", | ||
"scripts": { | ||
"start": "tsc && node --experimental-wasm-modules ./dist/index.js" | ||
}, | ||
"license": "ISC", | ||
"dependencies": { | ||
"@arakoodev/edgechains.js": "^0.1.23", | ||
"@arakoodev/jsonnet": "^0.2.1", | ||
"hono": "^4.3.7", | ||
"sync-rpc": "^1.3.6", | ||
"zod": "^3.23.8" | ||
}, | ||
"devDependencies": { | ||
"@types/cors": "^2.8.17" | ||
} | ||
"name": "language-translater", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"type": "module", | ||
"keywords": [], | ||
"author": "", | ||
"scripts": { | ||
"start": "tsc && node --experimental-wasm-modules ./dist/index.js" | ||
}, | ||
"license": "ISC", | ||
"dependencies": { | ||
"@arakoodev/edgechains.js": "^0.1.23", | ||
"@arakoodev/jsonnet": "^0.2.1", | ||
"hono": "^4.3.7", | ||
"sync-rpc": "^1.3.6", | ||
"zod": "^3.23.8" | ||
}, | ||
"devDependencies": { | ||
"@types/cors": "^2.8.17" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"name": "summarizer-app", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"type": "module", | ||
"keywords": [], | ||
"author": "", | ||
"scripts": { | ||
"start": "tsc && node --experimental-wasm-modules ./dist/index.js" | ||
}, | ||
"license": "ISC", | ||
"dependencies": { | ||
"@arakoodev/edgechains.js": "^0.1.23", | ||
"@arakoodev/jsonnet": "^0.2.1", | ||
"sync-rpc": "^1.3.6", | ||
"zod": "^3.23.8" | ||
}, | ||
"devDependencies": { | ||
"@types/request": "^2.48.12" | ||
} | ||
"name": "summarizer-app", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"type": "module", | ||
"keywords": [], | ||
"author": "", | ||
"scripts": { | ||
"start": "tsc && node --experimental-wasm-modules ./dist/index.js" | ||
}, | ||
"license": "ISC", | ||
"dependencies": { | ||
"@arakoodev/edgechains.js": "^0.1.23", | ||
"@arakoodev/jsonnet": "^0.2.1", | ||
"sync-rpc": "^1.3.6", | ||
"zod": "^3.23.8" | ||
}, | ||
"devDependencies": { | ||
"@types/request": "^2.48.12" | ||
} | ||
} |
3 changes: 1 addition & 2 deletions
3
JS/edgechains/examples/summarize-page/src/lib/getDataFromUrl.cts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters