RocketChat / RocketChat/Apps.QuickReplies
[Feat]Support alternative openai compatible llm providers
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
What do we need?
Quick Replies currently supports OpenAI, but many openai compatible providers follow the same API format.
To allow flexibility, we need to add a single input field for an OpenAI-compatible API URL. This should work alongside the existing OpenAI API key and model fields without requiring separate configurations.
Acceptance Criteria
- Add a single input field for an open ai compatible api url.
- The existing Openai api key and model fields should be used for openai compatible providers.
- If a custom api url is provided, requests should be directed to it instead of the default OpenAI API.
- Quick Replies should function correctly with alternative providers following OpenAI’s API schema.
Relevant ScreenShots
No response
Further Comments
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing OpenAI API key and model configuration, then trace where Quick Replies sends its OpenAI requests. Add the compatible API URL alongside those fields and verify that a custom URL routes requests away from the default while preserving the existing provider behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100