Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ronitraj
/
vegarl
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
vegarl
/
tests
/
conftest.py
ronitraj
Deploy Space without oversized raw dataset
4fbc241
29 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
124 Bytes
from
__future__
import
annotations
import
os
os.environ[
"LLMSERVE_MODE"
] =
"sim"
os.environ.pop(
"OPENAI_BASE_URL"
,
None
)