Imsachinsingh00 commited on
Commit
18c34ed
·
1 Parent(s): cbb622b

Initial and final commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ if "history" not in st.session_state:
13
  if user_input:
14
  try:
15
  llm = HuggingFaceEndpoint(
16
- repo_id="tiiuae/falcon-7b-instruct",
17
  huggingfacehub_api_token=os.environ.get("HUGGINGFACEHUB_API_TOKEN"),
18
  temperature=0.5,
19
  max_new_tokens=100,
 
13
  if user_input:
14
  try:
15
  llm = HuggingFaceEndpoint(
16
+ repo_id="mistralai/Mistral-7B-Instruct-v0.1",
17
  huggingfacehub_api_token=os.environ.get("HUGGINGFACEHUB_API_TOKEN"),
18
  temperature=0.5,
19
  max_new_tokens=100,