Remove chain package. Fixes #109

This commit is contained in:
Mark Pollack
2023-12-12 15:42:37 -05:00
parent 8139af468e
commit a58e1fec64
9 changed files with 0 additions and 263 deletions

View File

@@ -56,13 +56,6 @@ Output parsing employs meticulously crafted prompts, often necessitating multipl
This challenge has prompted OpenAI to introduce 'OpenAI Functions' as a means to specify the desired output format from the model precisely.
== Chaining Calls
A Chain is a concept that represents a series of calls to an AI model.
It uses the output from one call as the input to another.
By chaining calls together, you can support complex use cases by composing pipelines of multiple chains.
== Customizing Models: Integrating Your Data
How can you equip the AI model with information it hasn't been trained on?