Spaces:
Sleeping
Sleeping
Raj Jayendrakumar Muchhala commited on
Commit ·
604aa2f
1
Parent(s): 097c58d
change deepseek model
Browse files- app.py +1 -1
- prompts.py +1 -0
app.py
CHANGED
|
@@ -42,7 +42,7 @@ script_time_placeholder = st.empty()
|
|
| 42 |
|
| 43 |
# Models to try
|
| 44 |
OPENAI_MODELS = ["gpt-4o", "gpt-4o-mini", "o3-mini"]
|
| 45 |
-
GROQ_MODELS = ["llama-3.3-70b-specdec", "llama-3.3-70b-versatile", "llama-3.1-8b-instant", "deepseek-r1-distill-llama-70b
|
| 46 |
|
| 47 |
# Sidebar: Model Selection
|
| 48 |
st.sidebar.subheader("📤 Model for Plan Generation")
|
|
|
|
| 42 |
|
| 43 |
# Models to try
|
| 44 |
OPENAI_MODELS = ["gpt-4o", "gpt-4o-mini", "o3-mini"]
|
| 45 |
+
GROQ_MODELS = ["llama-3.3-70b-specdec", "llama-3.3-70b-versatile", "llama-3.1-8b-instant", "deepseek-r1-distill-llama-70b"]
|
| 46 |
|
| 47 |
# Sidebar: Model Selection
|
| 48 |
st.sidebar.subheader("📤 Model for Plan Generation")
|
prompts.py
CHANGED
|
@@ -184,4 +184,5 @@ Here is the source content for generating a Public Blueprints Content Plan:
|
|
| 184 |
```
|
| 185 |
{source_content}
|
| 186 |
```
|
|
|
|
| 187 |
'''
|
|
|
|
| 184 |
```
|
| 185 |
{source_content}
|
| 186 |
```
|
| 187 |
+
Return the response in JSON format.
|
| 188 |
'''
|