Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,8 +2,8 @@ import gradio as gr
|
|
2 |
from huggingface_hub import InferenceClient
|
3 |
|
4 |
#client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
5 |
-
|
6 |
-
client = InferenceClient("stanford-crfm/BioMedLM")
|
7 |
|
8 |
default_system_prompt = (
|
9 |
"You are a professional pharmacist who ONLY answers questions related to medications, including uses, dosages, side effects, interactions, and recommendations. "
|
|
|
2 |
from huggingface_hub import InferenceClient
|
3 |
|
4 |
#client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
5 |
+
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
6 |
+
#client = InferenceClient("stanford-crfm/BioMedLM")
|
7 |
|
8 |
default_system_prompt = (
|
9 |
"You are a professional pharmacist who ONLY answers questions related to medications, including uses, dosages, side effects, interactions, and recommendations. "
|