Spaces:
Runtime error
Runtime error
Update app.py
Browse filesmodel name : mistralai/Mistral-Nemo-Instruct-2407
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
|
| 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 |
|