This commit is contained in:
Nicolas Mowen 2026-04-03 16:49:29 -06:00
parent 5868d2003b
commit 5aee9f297a
2 changed files with 7 additions and 2 deletions

View File

@ -1485,7 +1485,12 @@
"title": "Timestamp Settings"
},
"searchPlaceholder": "Search...",
"addCustomLabel": "Add custom label..."
"addCustomLabel": "Add custom label...",
"genaiModel": {
"placeholder": "Select model…",
"search": "Search models…",
"noModels": "No models available"
}
},
"globalConfig": {
"title": "Global Configuration",

View File

@ -4,7 +4,7 @@ import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
import monacoEditorPlugin from "vite-plugin-monaco-editor";
const proxyHost = process.env.PROXY_HOST || "192.168.50.106:5002";
const proxyHost = process.env.PROXY_HOST || "localhost:5000";
// https://vitejs.dev/config/
export default defineConfig({