ginipick commited on
Commit
aade38c
Β·
verified Β·
1 Parent(s): 24960c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ os.environ["KAGGLE_KEY"] = KAGGLE_KEY
92
 
93
  BRAVE_ENDPOINT = "https://api.search.brave.com/res/v1/web/search"
94
  IMAGE_API_URL = "http://211.233.58.201:7896" # μ˜ˆμ‹œ 이미지 μƒμ„±μš© API
95
- MAX_TOKENS = 4096 # μ•ˆμ „ν•œ 토큰 ν•œλ„
96
 
97
  # ─────────────────────────────── Logging ───────────────────────────────
98
  logging.basicConfig(
 
92
 
93
  BRAVE_ENDPOINT = "https://api.search.brave.com/res/v1/web/search"
94
  IMAGE_API_URL = "http://211.233.58.201:7896" # μ˜ˆμ‹œ 이미지 μƒμ„±μš© API
95
+ MAX_TOKENS = 7999 # μ•ˆμ „ν•œ 토큰 ν•œλ„
96
 
97
  # ─────────────────────────────── Logging ───────────────────────────────
98
  logging.basicConfig(