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
17
17
`RestClient` class from the Spring Framework, similar to the `OpenAiApi` class.
18
18
19
19
. *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].
21
21
Use existing request and response classes if your model's inputs and outputs are supported.
22
22
If not, create new classes for the Generic Model API and establish a new Java package.
23
23
You can’t perform that action at this time.
0 commit comments