* Add new feat: Inference Mistral extension * change settings * nitpicking fix * fix model position and add mistral registerModel * remove irrelevant changes * change desc of mistral medium Co-authored-by: Louis <louis@jan.ai> * change desc of mistral small Co-authored-by: Louis <louis@jan.ai> * change desc of mistral large Co-authored-by: Louis <louis@jan.ai> * remove unpopular mistral model * replace placeholder * sort remaining models using size --------- Co-authored-by: Jack Tri Le <Jack> Co-authored-by: Louis <louis@jan.ai>
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"]
|
|
}
|