A new app for ChatGPT in SwiftUI & Vue 3.
现已支持最新 Chat API!赶快体验类似 ChatGPT 一般的能力吧~
What is ChatGKD?
GKD stands for Gao(搞)Kuai(快)Dian(点), which means faster in Chinese.
Web | App | |
- Custom prompt (web version)
- Support new gpt-3.5-turbo model (web version)
- Support PWA (web version)
Open kingcos.me/ChatGKD, then just input your APY key as followed:
key:YOUR_API_KEY
And, enjoy.
Replace your API key in Utils/ChatGPTHelper.swift
:
_api = ChatGPTAPI(apiKey: "YOUR_API_KEY")
Build, and enjoy.