chore: Add environment variables for OpenAI API Like integration

This commit is contained in:
Gaoyao Massimo Hu
2024-10-23 16:36:12 +01:00
parent dd4dd2c21a
commit 30dfa4fda4
7 changed files with 72 additions and 9 deletions

View File

@@ -27,6 +27,7 @@ export default defineConfig((config) => {
chrome129IssuePlugin(),
config.mode === 'production' && optimizeCssModules({ apply: 'build' }),
],
envPrefix:["VITE_","OPENAI_API_LIKE_","OLLAMA_API_BASE_URL"],
};
});