Skip to content

Commit

Permalink
stopped apikeys set to envfile being exposed to UI
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodacus committed Dec 18, 2024
1 parent 26a3bcf commit 6975083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/commit.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "commit": "e74d6cafb53f6eb2bb80c32014b27ac0aa56e7fe" }
{ "commit": "26a3bcf9b6401e606b5063830550cd6022f73899" }
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 6975083

Please sign in to comment.