Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
loayshabet
/
TradingBot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
loayshabet
commited on
Jun 15
Commit
4144ec2
·
verified
·
1 Parent(s):
9e59807
Create config.py
Browse files
Files changed (1)
hide
show
config.py
+5
-0
config.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
# config.py
2
+
3
+
OPENROUTER_API_KEY = "YOUR_OPENROUTER_API_KEY_HERE"
4
+
OPENROUTER_API_URL = "https://openrouter.ai/api/v1/chat/completions"
5
+
MODEL_NAME = "google/gemini-flash-1.5"