yashphalle commited on
Commit
5760be1
·
verified ·
1 Parent(s): cc94ce4

changing model

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -11,7 +11,9 @@ import re
11
  # You can find many such endpoints in the Hugging Face "Spaces" or "Models" section
12
  # that provide Inference API for free.
13
 
14
- API_URL = "https://api-inference.huggingface.co/models/OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5"
 
 
15
  headers={}
16
 
17
  # -----------------------------
 
11
  # You can find many such endpoints in the Hugging Face "Spaces" or "Models" section
12
  # that provide Inference API for free.
13
 
14
+ #API_URL = "https://api-inference.huggingface.co/models/OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5"
15
+ API_URL = "https://api-inference.huggingface.co/models/OpenAssistant/oasst-rm-2.1-pythia-1.4b-epoch-2.5"
16
+
17
  headers={}
18
 
19
  # -----------------------------