carlotamdeluna commited on
Commit
031143a
1 Parent(s): f3064a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ st.title("Personalized chatbot")
70
 
71
 
72
  # Create an OpenAI instance
73
- llm = HuggingFaceEndpoint(repo_id='google/flan-t5-xxl',
74
  temperature=0.3,
75
  model_kwargs = {"max_length":128},
76
  huggingfacehub_api_token = os.environ["HUGGINGFACEHUB_API_TOKEN"])
 
70
 
71
 
72
  # Create an OpenAI instance
73
+ llm = HuggingFaceEndpoint(repo_id='mistralai/Mistral-7B-Instruct-v0.2',
74
  temperature=0.3,
75
  model_kwargs = {"max_length":128},
76
  huggingfacehub_api_token = os.environ["HUGGINGFACEHUB_API_TOKEN"])