vedaco commited on
Commit
c1dd4e5
·
verified ·
1 Parent(s): b2351ee

Create .env

Browse files
Files changed (1) hide show
  1. .env +6 -0
.env ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # Tera V2 Configuration
2
+ # Using local Ollama with qwen3.5:0.8b
3
+
4
+ OLLAMA_URL=http://localhost:11434
5
+ MODEL=qwen3.5:0.8b
6
+ PORT=5000