Unverified Commit 2f23325c authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge branch 'dev' into fix/data-dir-handling

parents cef67642 587a8c59
...@@ -17,14 +17,12 @@ const config = { ...@@ -17,14 +17,12 @@ const config = {
fallback: 'index.html' fallback: 'index.html'
}) })
}, },
onwarn: (warning, handler) => { onwarn: (warning, handler) => {
const { code, _ } = warning; const { code, _ } = warning;
if (code === "css-unused-selector") if (code === 'css-unused-selector') return;
return;
handler(warning);
},
handler(warning);
}
}; };
export default config; export default config;
{
"model_name": "string",
"litellm_params": {
"model": "ollama/mistral"
}
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment