Go to file
sku 5a367a339c Refactor OpenAI integration and enhance ChatService
Removed the old OpenAIService and integrated a new version with additional DTOs and a RestTemplate configuration. The `ChatServiceImpl` now makes use of the OpenAI API for generating responses. Jackson Kotlin module support added for JSON deserialization.
2024-09-18 09:15:02 +02:00
.github ci: Pass-through correct token to deploy workflow 2024-09-17 20:43:39 +02:00
.run Refactor OpenAI integration and enhance ChatService 2024-09-18 09:15:02 +02:00
buildSrc feat: Add GTIService to call GTI 2024-09-17 17:38:41 +02:00
config/checkstyle Initial commit 2024-08-30 14:39:25 +02:00
gradle feat: Add GTIService to call GTI 2024-09-17 17:38:41 +02:00
module-deploy change: Use public ECR registry 2024-09-04 21:30:30 +02:00
module-server Refactor OpenAI integration and enhance ChatService 2024-09-18 09:15:02 +02:00
module-support change: Unified structure and added versioning prefix 2024-09-18 08:51:38 +02:00
.editorconfig Initial commit 2024-08-30 14:39:25 +02:00
.gitattributes Initial commit 2024-08-30 14:39:25 +02:00
.gitignore Initial commit 2024-08-30 14:39:25 +02:00
.release-please-manifest.json Initial commit 2024-08-30 14:39:25 +02:00
CHANGELOG.md Initial commit 2024-08-30 14:39:25 +02:00
README.md docs: Cleared Readme 2024-08-30 14:40:45 +02:00
build.gradle.kts Initial commit 2024-08-30 14:39:25 +02:00
gradle.properties Initial commit 2024-08-30 14:39:25 +02:00
gradlew change: Use gradle wrapper in actions and upgrade it to 8.10 2024-09-03 22:25:25 +02:00
gradlew.bat change: Use gradle wrapper in actions and upgrade it to 8.10 2024-09-03 22:25:25 +02:00
lombok.config Initial commit 2024-08-30 14:39:25 +02:00
release-please-config.json Initial commit 2024-08-30 14:39:25 +02:00
settings.gradle.kts fix: Add missing classes 2024-08-30 16:20:54 +02:00
testchat.http Add testchat.http for ChatGPT API requests 2024-09-17 17:21:29 +02:00
version.txt Initial commit 2024-08-30 14:39:25 +02:00

README.md

Routing Assistant