stopped apikeys set to envfile being exposed to UI

This commit is contained in:
Anirban Kar 2024-12-18 21:31:50 +05:30
parent 26a3bcf9b6
commit 6975083fb9
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
{ "commit": "e74d6cafb53f6eb2bb80c32014b27ac0aa56e7fe" }
{ "commit": "26a3bcf9b6401e606b5063830550cd6022f73899" }

View File

@ -28,7 +28,7 @@ export default defineConfig((config) => {
chrome129IssuePlugin(),
config.mode === 'production' && optimizeCssModules({ apply: 'build' }),
],
envPrefix: ["VITE_", "OPENAI_LIKE_API_", "OLLAMA_API_BASE_URL", "LMSTUDIO_API_BASE_URL","TOGETHER_API_"],
envPrefix: ["VITE_", "OLLAMA_API_BASE_URL", "LMSTUDIO_API_BASE_URL","TOGETHER_API_BASE_URL"],
css: {
preprocessorOptions: {
scss: {