Remove chain package. Fixes #109
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user