mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-27 17:23:08 +00:00
linting, moving files into community subdirectory
This commit is contained in:
commit
eba7aac72b
15 changed files with 830 additions and 0 deletions
7
environments/community/starmap_compression/env.py
Normal file
7
environments/community/starmap_compression/env.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import os
|
||||
|
||||
from dotenv import load_dotenv
|
||||
|
||||
load_dotenv()
|
||||
api_key = os.getenv("OPENAI_API_KEY")
|
||||
print("API Key:", api_key[:10] + "..." if api_key else "Not found")
|
||||
Loading…
Add table
Add a link
Reference in a new issue