ollama experiment

This commit is contained in:
2025-10-27 13:24:47 +01:00
parent 82aa8948cf
commit 5091cd005e
5 changed files with 522 additions and 2 deletions
+2
View File
@@ -48,6 +48,8 @@ module.exports = {
}),
new webpack.DefinePlugin({
'process.env.API_BASE_URL': JSON.stringify(API_BASE_URL),
'process.env.OLLAMA_BASE_URL': JSON.stringify(process.env.OLLAMA_BASE_URL || ''),
'process.env.OLLAMA_MODEL': JSON.stringify(process.env.OLLAMA_MODEL || ''),
}),
],
devServer: {