Update app.py
Browse files
app.py
CHANGED
|
@@ -4,8 +4,8 @@ import os
|
|
| 4 |
|
| 5 |
# ✅ Choose your model (you can change this to another instruct model)
|
| 6 |
client = InferenceAPIClient(
|
| 7 |
-
|
| 8 |
-
api_key=os.getenv("HF_TOKEN")
|
| 9 |
)
|
| 10 |
|
| 11 |
# 🧠 Function to generate software architecture
|
|
|
|
| 4 |
|
| 5 |
# ✅ Choose your model (you can change this to another instruct model)
|
| 6 |
client = InferenceAPIClient(
|
| 7 |
+
"deepseek-ai/DeepSeek-R1",
|
| 8 |
+
api_key=os.getenv("HF_TOKEN")
|
| 9 |
)
|
| 10 |
|
| 11 |
# 🧠 Function to generate software architecture
|