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
989 stars 137 forks source link

Model pipeline #713

Open abrichr opened 5 months ago

abrichr commented 5 months ago

Feature request

Yeah we need to a pipeline for simultaneously testing out Gemini/OAI/Claude as easily swappable modules APIs

Motivation

No response

abrichr commented 5 months ago
pipeline = [adapters.openai, adapters.anthropic, adapters.google]
for adapter in pipeline:
    evaluate(adapter)