venkat charan commited on
Commit
bbb1f3c
·
verified ·
1 Parent(s): 00062b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ openai_api_k = os.getenv("openai_api")
7
 
8
  llm = ChatOpenAI(temperature=0, model="gpt-3.5-turbo",openai_api_key=openai_api_k,max_tokens=150)
9
  prompt = ChatPromptTemplate.from_messages([
10
- ("system", "You are a helpful assistant that gives a reply email for a particular email"),
11
  ("human", "give a neat and proper reply email\n{input}")
12
  ])
13
 
 
7
 
8
  llm = ChatOpenAI(temperature=0, model="gpt-3.5-turbo",openai_api_key=openai_api_k,max_tokens=150)
9
  prompt = ChatPromptTemplate.from_messages([
10
+ ("system", "You are so good in writing emails.You are a helpful assistant that gives a reply email for a particular email"),
11
  ("human", "give a neat and proper reply email\n{input}")
12
  ])
13