Spaces:
Sleeping
Sleeping
now it is Arun gpt
Browse files
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
|
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()
|