Spaces:
Sleeping
Sleeping
venkat charan
commited on
Update app.py
Browse files
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 |
|