Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
vedaco
/
TeraDOCS
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
vedaco
commited on
May 16
Commit
c1dd4e5
·
verified
·
1 Parent(s):
b2351ee
Create .env
Browse files
Files changed (1)
hide
show
.env
+6
-0
.env
ADDED
Viewed
@@ -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