prithivMLmods
commited on
Commit
•
67ca330
1
Parent(s):
3ad1a89
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
|
|
3 |
import os
|
4 |
import sys
|
5 |
##TTo
|
6 |
-
st.title("
|
7 |
|
8 |
base_url="https://api-inference.huggingface.co/models/"
|
9 |
|
@@ -12,9 +12,9 @@ API_KEY = os.environ.get('HUGGINGFACE_API_KEY')
|
|
12 |
# headers = {"Authorization":"Bearer "+API_KEY}
|
13 |
|
14 |
model_links ={
|
15 |
-
"Dorado🥤":base_url+"mistralai/Mistral-7B-Instruct-v0.
|
16 |
-
"Hercules⭐":base_url+"mistralai/
|
17 |
-
"Lepus🚀":base_url+"mistralai/
|
18 |
}
|
19 |
|
20 |
|
|
|
3 |
import os
|
4 |
import sys
|
5 |
##TTo
|
6 |
+
st.title("Instruct-Chatbot")
|
7 |
|
8 |
base_url="https://api-inference.huggingface.co/models/"
|
9 |
|
|
|
12 |
# headers = {"Authorization":"Bearer "+API_KEY}
|
13 |
|
14 |
model_links ={
|
15 |
+
"Dorado🥤":base_url+"mistralai/Mistral-7B-Instruct-v0.3",
|
16 |
+
"Hercules⭐":base_url+"mistralai/Mistral-7B-Instruct-v0.2",
|
17 |
+
"Lepus🚀":base_url+"mistralai/Mixtral-8x7B-Instruct-v0.1"
|
18 |
}
|
19 |
|
20 |
|