Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from langchain_core.prompts import ChatPromptTemplate
|
|
| 4 |
from copy import deepcopy
|
| 5 |
import gradio as gr
|
| 6 |
|
| 7 |
-
inst_llm = ChatNVIDIA(model="mixtral_8x7b") ## Feel free to change the models
|
| 8 |
|
| 9 |
prompt1 = ChatPromptTemplate.from_messages([
|
| 10 |
("system", "Only respond in rhymes"),
|
|
|
|
| 4 |
from copy import deepcopy
|
| 5 |
import gradio as gr
|
| 6 |
|
| 7 |
+
inst_llm = ChatNVIDIA(model="mixtral_8x7b") ### Feel free to change the models
|
| 8 |
|
| 9 |
prompt1 = ChatPromptTemplate.from_messages([
|
| 10 |
("system", "Only respond in rhymes"),
|