Open PieBru opened 1 month ago
See #43
Vite also tends to be quite picky with regard to reading from .env vs .env.local when building for production vs development. As such, if you expect to be using .env.local for your variable definitions then you should be running pnpm run dev and if you want to use variable definitions found in the file .env then you should be building for production using the command pnpm start
Is your feature request related to a problem? Please describe: Hi, I modified
.env.local
with:Then I started the localhost Bolt with:
The console log seems OK:
But the localhost Bolt instance continue to use the localhost Ollama istance.
Did I miss something? Thank you.
Describe the solution you'd like: Use my LAN Ollama inference server defined in
.env.local
.Describe alternatives you've considered:
Additional context: