DhirajN commited on
Commit
6a2d53c
·
verified ·
1 Parent(s): 072fb52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import os
9
 
10
  # Initialize the InferenceClient for PHI 3
11
  client = InferenceClient(
12
- "microsoft/phi-3", # Update this to the correct model name for PHI 3
13
  token=os.getenv("HF_API_TOKEN", "") # You can configure this API token through the Hugging Face Secrets
14
  )
15
 
 
9
 
10
  # Initialize the InferenceClient for PHI 3
11
  client = InferenceClient(
12
+ "microsoft/Phi-3.5-mini-instruct", # Update this to the correct model name for PHI 3
13
  token=os.getenv("HF_API_TOKEN", "") # You can configure this API token through the Hugging Face Secrets
14
  )
15