You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-ai-docs/src/main/antora/modules/ROOT/pages/api/moderation/openai-moderation.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ The prefix spring.ai.openai.moderation is used as the property prefix for config
79
79
| spring.ai.openai.moderation.api-key | The API Key | -
80
80
| spring.ai.openai.moderation.organization-id | Optionally you can specify which organization is used for an API request. | -
81
81
| spring.ai.openai.moderation.project-id | Optionally, you can specify which project is used for an API request. | -
82
-
| spring.ai.openai.moderation.options.model | ID of the model to use for moderation. | omni-moderation
82
+
| spring.ai.openai.moderation.options.model | ID of the model to use for moderation. | omni-moderation-latest
83
83
|====
84
84
85
85
NOTE: You can override the common `spring.ai.openai.base-url`, `spring.ai.openai.api-key`, `spring.ai.openai.organization-id` and `spring.ai.openai.project-id` properties.
0 commit comments