ginipick commited on
Commit
26a9cc0
Β·
verified Β·
1 Parent(s): 2ad9ff8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ os.environ["KAGGLE_USERNAME"] = KAGGLE_USERNAME
96
  os.environ["KAGGLE_KEY"] = KAGGLE_KEY
97
 
98
  BRAVE_ENDPOINT = "https://api.search.brave.com/res/v1/web/search"
99
- IMAGE_API_URL = "http://211.233.58.201:7896" # Example image generation API
100
  MAX_TOKENS = 7999 # For safe token usage
101
 
102
  # ────────────────────────────────── Logging ─────────────────────────────────
 
96
  os.environ["KAGGLE_KEY"] = KAGGLE_KEY
97
 
98
  BRAVE_ENDPOINT = "https://api.search.brave.com/res/v1/web/search"
99
+ IMAGE_API_URL = os.getenv("IMAGE_API_URL")
100
  MAX_TOKENS = 7999 # For safe token usage
101
 
102
  # ────────────────────────────────── Logging ─────────────────────────────────