Update README.md (#205)

I was unable to download Artifactory 0.7.1 without the "experimental" option due to a typo.
This commit is contained in:
Caio Vaz
2024-01-02 11:24:02 -07:00
committed by GitHub
parent 2a604262d8
commit d3d1736f5c

View File

@@ -145,7 +145,7 @@ Please use the 0.7.1-SNAPSHOT if you don't want to be on the bleeding edge.
```xml
<dependency>
<groupId>org.springframework.ai</groupId>
<groupId>org.springframework.experimental.ai</groupId>
<artifactId>spring-ai-openai-spring-boot-starter</artifactId>
<version>0.7.1-SNAPSHOT</version>
</dependency>