spring-projects / spring-projects/spring-ai
Add support for the OCI `GenericChatRequest`
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 6
Description
Currently, Spring AI for OCI supports only Cohere models hosted on OCI. As a result, other models available on OCI cannot be accessed through this implementation. Enabling support for GenericChatRequest would allow the use of a wider range of models hosted on OCI.
Contributor guide
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 Spring AI's OCI chat implementation and the Cohere-specific request path, then read how OCI exposes GenericChatRequest. Determine the request and response handling needed for models beyond Cohere. Done means OCI models using GenericChatRequest can be accessed through the Spring AI implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100