ez7051 commited on
Commit
f586ff8
·
verified ·
1 Parent(s): a5831b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"),