OpenAdaptAI / OpenAdapt

Open Source Generative Process Automation (i.e. Generative RPA). AI-First Process Automation with Large ([Language (LLMs) / Action (LAMs) / Multimodal (LMMs)] / Visual Language (VLMs)) Models
https://www.OpenAdapt.AI
MIT License
881 stars 115 forks source link

Iterate over `openadapt.drivers` in `openadapt.adapters.prompt` until success #751

Open abrichr opened 3 months ago

abrichr commented 3 months ago

Feature request

This involves refactoring openadapt.adapters.[openai|anthropic|google] into openadapt.drivers, and implementing a new openadapt.adapters.prompt to manage them.

Motivation

https://github.com/OpenAdaptAI/OpenAdapt/issues/674:

OpenAI often gives this error when parsing images: "Your input image may contain content that is not allowed by our safety system."

--@ai-agents-challenge