Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ReyDev
/
Claude-Space
like
4
Runtime error
App
Files
Files
Community
1
6b3cd4b
Claude-Space
/
settings.py
ReyDev
π feat: add Docker support, AI interaction, and chat interface
35cce96
unverified
over 1 year ago
raw
Copy download link
history
blame
Safe
118 Bytes
import
os
class
Settings
:
ANTHROPIC_API_KEY:
str
=os.environ.get(
'ANTHROPIC_API_KEY'
)
settings = Settings()