Update package.json contributors and fixed max_tokens bug

This commit is contained in:
Will Poynter 2024-10-01 11:50:44 +01:00
parent 4701f87d09
commit 6386276c5a
No known key found for this signature in database
GPG key ID: AB3BE72A7CA5B1A9
4 changed files with 20 additions and 3 deletions

View file

@ -4,6 +4,23 @@
"description": "Open AI powered code reviews",
"main": "lib/main.js",
"author": "Ville Saukkonen",
"contributors": [
{
"name": "Ville Saukkonen",
"url": "https://github.com/villesau"
},
{
"name": "Will Poynter",
"email": "will@researchwiseai.com",
"url": "https://researchwiseai.com"
}
],
"maintainers": [
{
"name": "Will Poynter",
"email": "will@researchwiseai.com"
}
],
"license": "MIT",
"scripts": {
"build": "tsc",