14 lines
365 B
Plaintext
14 lines
365 B
Plaintext
# AISE AI Code Editor - Environment Configuration Template
|
|
# Copy this file to .env and fill in your actual values
|
|
# NOTE: Never commit .env with real secrets to version control!
|
|
|
|
# Silicon Server Configuration
|
|
HOST=silicon.fhgr.ch
|
|
PORT=7080
|
|
API_KEY=EMPTY
|
|
MODEL=qwen3.5-35b-a3b
|
|
|
|
# Optional: Add more configuration variables as needed
|
|
# DEBUG=False
|
|
# LOG_LEVEL=INFO
|