camparchimedes commited on
Commit
ce8b241
ยท
verified ยท
1 Parent(s): 63930fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -26,10 +26,10 @@ If you don't know the answer, just say that you don't know, don't try to make up
26
  politely redirect users to customer service at [email protected].
27
  You can make inferences based on the context as long as it still faithfully represents the feedback.
28
 
29
- Example of your response should be:
30
 
31
  ```
32
- The answer is foo
33
  ```
34
 
35
  Begin!
@@ -85,7 +85,6 @@ async def init():
85
 
86
  cl.user_session.set("chain", chain)
87
 
88
-
89
  @cl.on_message
90
  async def main(message):
91
  chain = cl.user_session.get("chain")
 
26
  politely redirect users to customer service at [email protected].
27
  You can make inferences based on the context as long as it still faithfully represents the feedback.
28
 
29
+ Example of how your response should be direct:
30
 
31
  ```
32
+ foo
33
  ```
34
 
35
  Begin!
 
85
 
86
  cl.user_session.set("chain", chain)
87
 
 
88
  @cl.on_message
89
  async def main(message):
90
  chain = cl.user_session.get("chain")