mirror of
https://github.com/vndangkhoa/Sys-Arc-Visl.git
synced 2026-04-05 01:17:57 +07:00
16 lines
383 B
Text
16 lines
383 B
Text
# Environment Variables
|
|
# Copy this file to .env and fill in your values
|
|
|
|
# AI Configuration (Optional - can also be set in app settings)
|
|
VITE_DEFAULT_OLLAMA_URL=http://localhost:11434
|
|
VITE_DEFAULT_MODEL_NAME=llama3.2-vision
|
|
|
|
# OpenAI (Optional)
|
|
VITE_OPENAI_API_KEY=
|
|
|
|
# Google Gemini (Optional)
|
|
VITE_GEMINI_API_KEY=
|
|
|
|
# App Configuration
|
|
VITE_APP_NAME=KV-Graph
|
|
VITE_APP_VERSION=1.0.0
|