Skip to content
This repository was archived by the owner on Jan 10, 2026. It is now read-only.

Commit 3778da2

Browse files
committed
Doc Updates
1 parent c02a64f commit 3778da2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
Please refer to **[Amazon Chime SMA Spring AI IVR for Square Retail](https://github.com/docwho2/java-squareup-spring-ai-ivr)**.
66

77
### Why?
8-
- The **[Theo Kanning Java library](https://github.com/TheoKanning/openai-java)** was ahead of its time when this application was created. However, it is now archived and not relevant moving forward.
9-
- Rather than switching to another OpenAI-specific library, the project has been migrated to a **Spring Boot** application.
8+
- The **[Theo Kanning Java library](https://github.com/TheoKanning/openai-java)** was ahead of its time when this application was created (first function calling Java Lib). However, it is now archived and not relevant moving forward.
9+
- Rather than switching to another OpenAI-specific library, the project has been migrated to a **Spring Boot/AI** application.
1010
- **Spring AI** provides compatibility with many of the most widely used models:
1111
- **[Amazon Bedrock](https://docs.spring.io/spring-ai/reference/api/chat/bedrock-converse.html)**
1212
- Lower latency since the application is deployed within AWS.
13-
- Access to multiple models such as Nova, Claude, etc.
13+
- Access to multiple models such as Nova, Claude, Meta, etc.
1414
- **[OpenAI ChatGPT Models](https://docs.spring.io/spring-ai/reference/api/chat/openai-chat.html)**
15-
- Currently my preferred option at the time of this writing.
15+
- This project started on gpt-3 and has been solid on gpt-4.1-nano since it came out.
1616

17+
---
1718

1819
## Background
1920

0 commit comments

Comments
 (0)