Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def setup_multiple_chains():
|
|
75 |
|
76 |
api_chain = APIChain.from_llm_and_api_docs(
|
77 |
llm=llm,
|
78 |
-
api_docs=
|
79 |
api_url_prompt=api_url_prompt,
|
80 |
api_response_prompt=api_response_prompt,
|
81 |
verbose=True,
|
|
|
75 |
|
76 |
api_chain = APIChain.from_llm_and_api_docs(
|
77 |
llm=llm,
|
78 |
+
api_docs=daysoff_api_docs,
|
79 |
api_url_prompt=api_url_prompt,
|
80 |
api_response_prompt=api_response_prompt,
|
81 |
verbose=True,
|