Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ else:
|
|
34 |
|
35 |
# Fireworks API ์ค์
|
36 |
FIREWORKS_API_URL = "https://api.fireworks.ai/inference/v1/chat/completions"
|
37 |
-
FIREWORKS_MODEL = "accounts/fireworks/models/
|
38 |
|
39 |
# Discord ๋ฉ์์ง ๊ธธ์ด ์ ํ
|
40 |
DISCORD_MESSAGE_LIMIT = 1900 # ์ฌ์ ๋ฅผ ๋๊ณ 1900์๋ก ์ค์
|
|
|
34 |
|
35 |
# Fireworks API ์ค์
|
36 |
FIREWORKS_API_URL = "https://api.fireworks.ai/inference/v1/chat/completions"
|
37 |
+
FIREWORKS_MODEL = "accounts/fireworks/models/llama4-scout-instruct-basic"
|
38 |
|
39 |
# Discord ๋ฉ์์ง ๊ธธ์ด ์ ํ
|
40 |
DISCORD_MESSAGE_LIMIT = 1900 # ์ฌ์ ๋ฅผ ๋๊ณ 1900์๋ก ์ค์
|