mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 17:59:42 +00:00
fix task v1 generation in run_task api (#2074)
This commit is contained in:
parent
c7e62f45d3
commit
a45e630b35
3 changed files with 19 additions and 21 deletions
|
@ -183,6 +183,7 @@ def init(
|
|||
api_key = asyncio.run(_setup_local_organization())
|
||||
# Generate .env file
|
||||
with open(".env", "w") as env_file:
|
||||
env_file.write("LITELLM_LOG=ERROR\n")
|
||||
env_file.write("ENABLE_OPENAI=true\n")
|
||||
env_file.write(f"OPENAI_API_KEY={openai_api_key}\n")
|
||||
env_file.write(f"LOG_LEVEL={log_level}\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue