Bofandra commited on
Commit
ef8f23c
·
verified ·
1 Parent(s): 2686724

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- model="deepseek-ai/DeepSeek-R1",
8
- api_key=os.getenv("HF_TOKEN") # or hardcoded for testing
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