MaxChat commited on
Commit
890c23c
·
verified ·
1 Parent(s): edda1c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- #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. "
 
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. "