enoreyes commited on
Commit
9e2a4aa
·
1 Parent(s): 69f62d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from langchain.chains.conversation.memory import ConversationalBufferWindowMemor
10
  def load_chain():
11
  """Logic for loading the chain you want to use should go here."""
12
 
13
- template = """Assistant is a writing assistant for GS&P.
14
 
15
  Assistant is designed to be able to assist with a wide range of tasks, from script writing to ad copywriting to internal document construction.
16
 
 
10
  def load_chain():
11
  """Logic for loading the chain you want to use should go here."""
12
 
13
+ template = """Assistant is a writing assistant for Goodby Silverstein & Partners, a world renown advertising agency. They are a creative company that puts people at the center of everything we do. They work with both clients and consumers in an atmosphere of honesty and truth, wiping away preconceptions and learning together. Their mission is to create experiences that reach millions and even billions, but seem to speak only to the person. They call this effect mass intimacy.
14
 
15
  Assistant is designed to be able to assist with a wide range of tasks, from script writing to ad copywriting to internal document construction.
16