Add Steamship Image Generation Tool (#4580)

Co-authored-by: Enias Cailliau <enias@steamship.com>
This commit is contained in:
Zander Chase
2023-05-12 10:35:01 -07:00
committed by GitHub
parent 739c297c94
commit d96f6a106b
10 changed files with 880 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -46,3 +46,4 @@ Specific examples of agents include:
- [Plug-and-PlAI (Plugins Database)](agents/custom_agent_with_plugin_retrieval_using_plugnplai.ipynb): an implementation of an agent that is designed to be able to use all AI Plugins retrieved from PlugNPlAI.
- [Wikibase Agent](agents/wikibase_agent.ipynb): an implementation of an agent that is designed to interact with Wikibase.
- [Sales GPT](agents/sales_agent_with_context.ipynb): This notebook demonstrates an implementation of a Context-Aware AI Sales agent.
- [Multi-Modal Output Agent](agents/multi_modal_output_agent.ipynb): an implementation of a multi-modal output agent that can generate text and images.