* Add OpenRouter * fix cohere setting description * fix: update to auto router * fix: auto router * add: config parameters * fix: correct max tokens --------- Co-authored-by: Jack Tri Le <Jack> Co-authored-by: Hoang Ha <64120343+hahuyhoang411@users.noreply.github.com>
15 lines
301 B
JSON
15 lines
301 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"module": "ES6",
|
|
"moduleResolution": "node",
|
|
"outDir": "./dist",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": false,
|
|
"skipLibCheck": true,
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["./src"]
|
|
}
|