langchain/docs/modules/chains/examples
William FH 629fda3957
Use JSON rather than JSON5 (#2520)
Evaluation so far has shown that agents do a reasonable job of emitting
`json` blocks as arguments when cued (instead of typescript), and `json`
permits the `strict=False` flag to permit control characters, which are
likely to appear in the response in particular.

This PR makes this change to the request and response synthesizer
chains, and fixes the temperature to the OpenAI agent in the eval
notebook. It also adds a `raise_error = False` flag in the notebook to
facilitate debugging
2023-04-06 21:14:12 -07:00
..
api.ipynb add listen api docs (#1855) 2023-03-21 09:29:34 -07:00
constitutional_chain.ipynb Added constitutional chain. (#1147) 2023-02-18 19:31:51 -08:00
llm_bash.ipynb Update simple typo in llm_bash md (#2269) 2023-04-01 08:56:54 -07:00
llm_checker.ipynb Docs refactor (#480) 2023-01-02 08:24:09 -08:00
llm_math.ipynb add custom prompt for LLMMathChain and SQLDatabase chain (#605) 2023-01-13 06:28:51 -08:00
llm_requests.ipynb Docs refactor (#480) 2023-01-02 08:24:09 -08:00
llm_summarization_checker.ipynb Harrison/summarizer chain (#1356) 2023-03-01 20:59:07 -08:00
moderation.ipynb Minor text correction (#2298) 2023-04-02 13:54:42 -07:00
openai_openapi.yaml Harrison/openapi spec (#2474) 2023-04-06 09:47:37 -07:00
openapi_eval.ipynb Use JSON rather than JSON5 (#2520) 2023-04-06 21:14:12 -07:00
openapi.ipynb Add Request body (#2507) 2023-04-06 13:02:42 -07:00
pal.ipynb Add Qdrant named arguments (#1386) 2023-03-02 07:05:14 -08:00
sqlite.ipynb Fix typo in sqlite.ipynb (#1828) 2023-03-20 16:47:19 -07:00