Skip to content

Commit

Permalink
chore(deps): Update to Spring AI 0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
  • Loading branch information
ThomasVitale committed Feb 23, 2024
1 parent 09142ec commit 2a73cc1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions 01-chat-models/chat-models-openai/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ java {

repositories {
mavenCentral()
maven { url 'https://repo.spring.io/milestone' }
maven { url 'https://repo.spring.io/snapshot' }
}

Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Samples showing how to build Java applications powered by Generative AI and LLMs

## Content

### 0. Use Cases

_Coming soon_

### 1. Chat Models

| Project | Description |
Expand Down Expand Up @@ -66,6 +70,14 @@ _Coming soon_

_Coming soon_

### 9. Tools

_Coming soon_

### 10. Image Models

_Coming soon_

## References and Additional Resources

* [Spring AI](https://docs.spring.io/spring-ai/reference/index.html)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
springAiVersion=0.8.0-SNAPSHOT
springAiVersion=0.8.0

0 comments on commit 2a73cc1

Please sign in to comment.