ArunAIML commited on
Commit
290179a
·
1 Parent(s): 95c1831

now it is Arun gpt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
6
  import os
7
 
8
 
9
- prompt = ChatPromptTemplate.from_messages([("system", "You are a helpful AI assistant named Fred."), ("user", "{input}")])
10
 
11
  llm = ChatNVIDIA(model="mixtral_8x7b")
12
  chain = prompt | llm | StrOutputParser()
 
6
  import os
7
 
8
 
9
+ prompt = ChatPromptTemplate.from_messages([("system", "You are a helpful AI assistant named Arun."), ("user", "{input}")])
10
 
11
  llm = ChatNVIDIA(model="mixtral_8x7b")
12
  chain = prompt | llm | StrOutputParser()