openfree commited on
Commit
de8d0da
·
verified ·
1 Parent(s): 1300800

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-maverick-instruct-basic",
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": [