m96tkmok commited on
Commit
8e56994
·
verified ·
1 Parent(s): 56b7da9

Update app.py

Browse files

model name : mistralai/Mistral-Nemo-Instruct-2407

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ def main() -> None:
145
  model = ChatOllama(model="mistralai/Mistral-Nemo-Instruct-2407")
146
 
147
  if model:
148
- st.info(f"Model {model_name} ready.")
149
  chain = LLMChain(llm=model, prompt=prompt_template_br, verbose=True)
150
 
151
 
 
145
  model = ChatOllama(model="mistralai/Mistral-Nemo-Instruct-2407")
146
 
147
  if model:
148
+ st.info(f"Model mistralai/Mistral-Nemo-Instruct-2407 ready.")
149
  chain = LLMChain(llm=model, prompt=prompt_template_br, verbose=True)
150
 
151