peterpeter8585 commited on
Commit
0ee2d00
·
verified ·
1 Parent(s): d92fc7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ something=r"/usr/local/lib/python3.10/site-packages/huggingface_hub/inference/_c
13
  with open(something,"r") as read1:
14
  a=read1.read()
15
  with open(something,"w") as write1:
16
- write1.write(a.replace("stream=stream","stream=False"))
17
  from langchain_core.prompts.chat import ChatPromptTemplate, MessagesPlaceholder
18
  system = '''Respond to the human as helpfully and accurately as possible. You have access to the following tools:
19
 
 
13
  with open(something,"r") as read1:
14
  a=read1.read()
15
  with open(something,"w") as write1:
16
+ write1.write(a.replace(", stream=stream",""))
17
  from langchain_core.prompts.chat import ChatPromptTemplate, MessagesPlaceholder
18
  system = '''Respond to the human as helpfully and accurately as possible. You have access to the following tools:
19