Tag

chatgpt

3 stories
J
Joynal Abedin

Create Prompt in ChatGPT

Here are 50 prompts: https://prompts.chat 10 insanely valuable prompts to help you master ChatGPT: 1. Learn any complex topic in just a few minutes: Prompt: \"Explain [insert topic] in simple and easy terms that any...

3
J
Joynal Abedin

Some common quotes should you know about ChatGPT

text-davinci-003  the most capable model in chatGPT-3 series. It can process up to max 4000 tokens as per request. The key concepts and techniques that are fundamental to using the API for any task, including: ...

4
J
Joynal Abedin

Implement ChatGPT in SwiftUI

Chat GPT // // ContentView.swift // ChatGPTDemo // // Created by Joynal Abedin on 13/2/23. // import SwiftUI import OpenAISwift struct ContentView: View { @ObservedObject var viewModel = ViewModel() @...

4