Skip to content

Commit

Permalink
Fix finish_reason and usage values
Browse files Browse the repository at this point in the history
  • Loading branch information
PawanOsman committed Apr 7, 2024
1 parent 846071b commit 4c68f71
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 238 deletions.
8 changes: 7 additions & 1 deletion package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@
"dependencies": {
"axios": "^1.6.7",
"body-parser": "^1.20.2",
"express": "^4.18.3"
"express": "^4.18.3",
"gpt-3-encoder": "^1.1.4"
},
"devDependencies": {
"@types/express": "^4.17.21",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}
}
Loading

0 comments on commit 4c68f71

Please sign in to comment.