griptape
griptape copied to clipboard
Create a GriptapeCloudConfig
We have default configs for OpenAi, Anthropic, etc - it would be helpful to have one for GriptapeCloudConfig as well, complete with all the appropriate drivers:
- GriptapeCloudPromptDriver
- GriptapeCloudImageGenerationDriver
Along with this, we should create GriptapeCloudDrivers for all the other types necessary. This way every interaction can start with the default of GriptapeCloudConfig.
Great idea, for now I'd suggest creating a custom config.
Totally - that's what I do for my own stuff, but having a default one for the framework would be super awesome. :)