CoverPilot / app /_secret.template.py
cxumol's picture
move main program to ./app dir
d78d2a0
raw
history blame
No virus
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
"""