Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -226,7 +226,7 @@ When citing search results, mention the source, and ensure your answer reflects
|
|
| 226 |
# Prepare API request
|
| 227 |
url = "https://api.fireworks.ai/inference/v1/chat/completions"
|
| 228 |
payload = {
|
| 229 |
-
"model": "accounts/fireworks/models/
|
| 230 |
"max_tokens": 20480,
|
| 231 |
"top_p": 1,
|
| 232 |
"top_k": 40,
|
|
@@ -297,8 +297,8 @@ When citing search results, mention the source, and ensure your answer reflects
|
|
| 297 |
# Header section
|
| 298 |
gr.Markdown(
|
| 299 |
"""
|
| 300 |
-
# 🤖
|
| 301 |
-
###
|
| 302 |
"""
|
| 303 |
)
|
| 304 |
|
|
|
|
| 226 |
# Prepare API request
|
| 227 |
url = "https://api.fireworks.ai/inference/v1/chat/completions"
|
| 228 |
payload = {
|
| 229 |
+
"model": "accounts/fireworks/models/deepseek-r1-0528",
|
| 230 |
"max_tokens": 20480,
|
| 231 |
"top_p": 1,
|
| 232 |
"top_k": 40,
|
|
|
|
| 297 |
# Header section
|
| 298 |
gr.Markdown(
|
| 299 |
"""
|
| 300 |
+
# 🤖 Deepseek r1 0528 + Research
|
| 301 |
+
### deepseek-r1-0528 Model + Real-time 'Deep Research' Agentic AI System @ https://discord.gg/openfreeai
|
| 302 |
"""
|
| 303 |
)
|
| 304 |
|