vivekuppal / transcribe

Transcribe is a real time transcription, conversation, Language learning platform. It provides live transcripts from microphone and speaker. It generates a suggested conversation response using OpenAI's GPT API. It will read out the responses, simulating a real live conversation in English or another language.
https://abhinavuppal1.github.io/
MIT License
173 stars 41 forks source link

Add API endpoints for new and existing LLMs #173

Open steventangbc opened 5 months ago

steventangbc commented 5 months ago

As the AI landscape is rapidly evolving, many new and emerging LLMs are becoming available to the public. Currently, Anthropic's Claude 3 (Sonnet, Opus, Haiku) leads in many benchmarks and it would be an amazing resource for users if an API endpoint for it could be implemented for this repo. It is notably faster and cheaper than popular LLMs like GPT-4 in terms of token consumption.

IAmADolphin commented 5 months ago

Consider creating a PR for existing ones to illustrate the ask