zachblume / autospec

Autospec is an open-source AI agent that takes a web app URL and autonomously QAs it, and saves its passing specs as E2E test code
https://autospec.dev
MIT License
45 stars 4 forks source link

Implement a significantly cheaper multi-modal base model for development/debugging runs #20

Closed zachblume closed 3 months ago

zachblume commented 4 months ago

Burning $100s in openAI credits is impractical for people wanting to work on this in development and run hundreds of times per day for development/debug. Implementing some kind of model swapping (vercel AI, or finding openAI api compatible models) and a much cheaper multimodal model would be helpful to participation

zachblume commented 4 months ago

Perhaps claude haiku as a starting place, it said 0.25$/million tokens which is like 20 times cheaper than gpt4o?

zachblume commented 3 months ago

Closed by #22