diff --git a/README.md b/README.md
index 41f00dc..73caee6 100644
--- a/README.md
+++ b/README.md
@@ -23,20 +23,20 @@
## SHOWCASES
시연 영상 : https://www.youtube.com/watch?v=K5g2jtDPIS0
+
+웹앱으로 배포를 하였으나, AI API 비용상의 문제로 링크 비공개 처리하였습니다 🥲
- - - - + + +
-- - - -
+## Deploy +- 웹앱 배포 : Amazon S3 (CloudFront 와 연동) +- DB 서버 배포 : Amazon EC2 +- DB : Amazon RDS ## Getting Started My flutter version : Flutter 3.23.0-8.0.pre.3 diff --git a/lib/di/locator.dart b/lib/di/locator.dart index 0029a5a..ecb608c 100644 --- a/lib/di/locator.dart +++ b/lib/di/locator.dart @@ -111,9 +111,8 @@ void _setupAI() { apiKey: dotenv.env['API_KEY']!, defaultOptions: const ChatOpenAIOptions( temperature: 0.8, - model: 'gpt-4o', + model: 'gpt-4-turbo', maxTokens: 600, - responseFormat: ChatOpenAIResponseFormat(type: ChatOpenAIResponseFormatType.jsonObject) ), )); getIt.registerLazySingleton