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

Commit b4902eb

Browse files
committed
Documentation update
1 parent c52ecf3 commit b4902eb

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Amazon Chime SMA ChatGPT IVR for Square Retail
22

3+
## 🚨 This Repository is Now Deprecated
4+
5+
Please refer to **[Amazon Chime SMA Spring AI IVR for Square Retail](https://github.com/docwho2/java-squareup-spring-ai-ivr)**.
6+
7+
### Background
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.
10+
- **Spring AI** provides compatibility with many of the most widely used models:
11+
- **[Amazon Bedrock](https://docs.spring.io/spring-ai/reference/api/chat/bedrock-converse.html)**
12+
- Lower latency since the application is deployed within AWS.
13+
- Access to multiple models such as Nova, Claude, etc.
14+
- **[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.
16+
17+
318
## Background
419

520
This project is a [SIP Media Application](https://docs.aws.amazon.com/chime-sdk/latest/ag/use-sip-apps.html) and makes use of the

0 commit comments

Comments
 (0)