File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-ai-docs/src/main/antora/modules/ROOT/pages Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ you'll need to develop a low-level client API class. This often involves utilizi
1717`RestClient` class from the Spring Framework, similar to the `OpenAiApi` class.
1818
1919. *Create a ModelClient implementation*
20- Ensure your client conforms to the link:https://docs.spring.io/spring-ai/reference/api/chat/ generic-model.html[Generic Model API].
20+ Ensure your client conforms to the link:https://docs.spring.io/spring-ai/reference/api/generic-model.html[Generic Model API].
2121Use existing request and response classes if your model's inputs and outputs are supported.
2222If not, create new classes for the Generic Model API and establish a new Java package.
2323
You can’t perform that action at this time.
0 commit comments