Skip to content

Commit

Permalink
chore: switch to gpt-3.5-turbo-16k (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Jun 13, 2023
1 parent 30e9e80 commit c2d6fc6
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 65 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@octokit/types": "^9.3.0",
"@types/node": "^20.2.6",
"@octokit/types": "^10.0.0",
"@types/node": "^20.3.1",
"@types/prettier": "^2.7.3",
"tsc-watch": "^6.0.4",
"typescript": "^5.1.3"
},
"dependencies": {
"@effect-http/client": "^0.27.0",
"@effect/data": "^0.12.5",
"@effect/data": "^0.12.6",
"@effect/io": "^0.26.0",
"@effect/schema": "^0.20.1",
"@effect/stream": "^0.22.0",
"@effect/stream": "^0.22.1",
"dfx": "^0.48.1",
"dotenv": "^16.1.4",
"effect-schema-class": "^0.4.0",
"gpt-tokenizer": "^2.1.1",
"html-entities": "^2.3.5",
"html-entities": "^2.3.6",
"octokit": "^2.0.19",
"openai": "^3.2.1",
"openai": "^3.3.0",
"prettier": "^2.8.8"
}
}
Loading

0 comments on commit c2d6fc6

Please sign in to comment.