Skip to content

Commit d98571c

Browse files
docs: fix readme link
1 parent 09bb653 commit d98571c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@ openai:
13631363
13641364
#### Other configuration
13651365
1366-
Configure any other client option by providing one or more instances of [`OpenAIClientCustomizer`](openai-java-core/src/main/kotlin/com/openai/springboot/OpenAIClientCustomizer.kt). For example, here's how you'd set [`maxRetries`](#retries):
1366+
Configure any other client option by providing one or more instances of [`OpenAIClientCustomizer`](openai-java-spring-boot-starter/src/main/kotlin/com/openai/springboot/OpenAIClientCustomizer.kt). For example, here's how you'd set [`maxRetries`](#retries):
13671367

13681368
```java
13691369
import com.openai.springboot.OpenAIClientCustomizer;

0 commit comments

Comments
 (0)