AICat
v1.0.3
이 프로젝트는 네트워크 요청, 데이터베이스 저장소, 인앱 구매를 포함하여 SwiftUI를 사용하여 처음부터 크로스 플랫폼 Apple 앱을 개발하는 방법을 보여줍니다. 비교적 짧은 시간에 걸쳐 작성된 프로젝트이므로 궁금한 점이나 개선을 위한 제안 사항이 있으시면 언제든지 피드백을 주시기 바랍니다.
// for App Crash Tracking
let appCenterSecretKey = " {Your AppCenter App Secret} "
// for in app purchase
let appHudKey = " {Your AppHud App Key} "
// open ai
let openAIKey = " {Your OpenAI API Key} "
let proxyAPIHost = " https://api.openai.com "
let monthlyPremiumId = " monthly premium subscription product id "
let catFoodId = " consumable in-app purchase product id "
명령 모드는 프롬프트가 있는 채팅에 따라 다르므로 더 많은 프롬프트를 만드는 것이 중요합니다.