Skip to content

Commit

Permalink
Update AB client
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole White committed Oct 23, 2023
1 parent 15d31e1 commit 93824e6
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 47 deletions.
16 changes: 8 additions & 8 deletions JavaScript/chatbot-nextjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion JavaScript/chatbot-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@autoblocks/client": "^0.0.14",
"@autoblocks/client": "^0.0.15",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"@paralleldrive/cuid2": "^2.2.0",
Expand Down
18 changes: 9 additions & 9 deletions JavaScript/langchain/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion JavaScript/langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@autoblocks/client": "^0.0.12",
"@autoblocks/client": "^0.0.15",
"dotenv-cli": "^7.3.0",
"langchain": "^0.0.166"
}
Expand Down
16 changes: 8 additions & 8 deletions JavaScript/novel-ai-text-editor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion JavaScript/novel-ai-text-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@autoblocks/client": "^0.0.14",
"@autoblocks/client": "^0.0.15",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
Expand Down
16 changes: 8 additions & 8 deletions JavaScript/openai-automated/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion JavaScript/openai-automated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"license": "MIT",
"dependencies": {
"@autoblocks/client": "^0.0.14",
"@autoblocks/client": "^0.0.15",
"dotenv-cli": "^7.3.0",
"openai": "^4.6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion JavaScript/openai-automated/src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import OpenAI from 'openai';
import { traceOpenAI } from '@autoblocks/client';
import { traceOpenAI } from '@autoblocks/client/openai';

async function main() {
await traceOpenAI();
Expand Down
16 changes: 8 additions & 8 deletions JavaScript/openai-manual/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion JavaScript/openai-manual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"license": "MIT",
"dependencies": {
"@autoblocks/client": "^0.0.14",
"@autoblocks/client": "^0.0.15",
"dotenv-cli": "^7.3.0",
"openai": "^4.6.0"
}
Expand Down

0 comments on commit 93824e6

Please sign in to comment.