Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def create_deepseek_interface():
|
|
26 |
# LLM을 사용하여 키워드 추출 (DeepSeek 모델 사용)
|
27 |
url = "https://api.fireworks.ai/inference/v1/chat/completions"
|
28 |
payload = {
|
29 |
-
"model": "accounts/fireworks/models/llama4-
|
30 |
"max_tokens": 200,
|
31 |
"temperature": 0.1, # 일관된 결과를 위해 낮은 온도 사용
|
32 |
"messages": [
|
|
|
26 |
# LLM을 사용하여 키워드 추출 (DeepSeek 모델 사용)
|
27 |
url = "https://api.fireworks.ai/inference/v1/chat/completions"
|
28 |
payload = {
|
29 |
+
"model": "accounts/fireworks/models/llama4-scout-instruct-basic",
|
30 |
"max_tokens": 200,
|
31 |
"temperature": 0.1, # 일관된 결과를 위해 낮은 온도 사용
|
32 |
"messages": [
|