Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def create_deepseek_interface():
|
|
26 |
# Extract keywords using LLM (DeepSeek model)
|
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, # Low temperature for consistent results
|
32 |
"messages": [
|
|
|
26 |
# Extract keywords using LLM (DeepSeek model)
|
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, # Low temperature for consistent results
|
32 |
"messages": [
|