mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-21 10:06:47 +00:00
Update package.json contributors and fixed max_tokens bug
This commit is contained in:
parent
4701f87d09
commit
6386276c5a
4 changed files with 20 additions and 3 deletions
17
package.json
17
package.json
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue