Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
T1ckbase
/
bolt.diy
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6eea1a9
bolt.diy
/
worker-configuration.d.ts
yunat
let the ollama models be auto generated from ollama api
0d77763
11 months ago
raw
Copy download link
history
blame
159 Bytes
interface
Env
{
ANTHROPIC_API_KEY
:
string
;
OPENAI_API_KEY
:
string
;
GROQ_API_KEY
:
string
;
OPEN_ROUTER_API_KEY
:
string
;
OLLAMA_API_BASE_URL
:
string
;
}