carlotamdeluna commited on
Commit
f3064a9
1 Parent(s): a4e99e6

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='mistral-community/Mixtral-8x22B-v0.1',
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='google/flan-t5-xxl',
74
  temperature=0.3,
75
  model_kwargs = {"max_length":128},
76
  huggingfacehub_api_token = os.environ["HUGGINGFACEHUB_API_TOKEN"])