Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
cxumol
/
CoverPilot
like
5
Running
App
Files
Files
Community
6770dec
CoverPilot
/
app
/
_secret.template.py
cxumol
move main program to ./app dir
d78d2a0
8 months ago
raw
Copy download link
history
blame
Safe
170 Bytes
from
util
import
zip_api
api_test = zip_api(api_base=
""
, api_key=
""
, model=
""
)
cmd =
"""
OPENAI_API_BASE="" OPENAI_API_KEY="" CHEAP_MODEL="" STRONG_MODEL="" run.sh
"""