Skip to content

saepulfariz/chatGPT-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Installasi ChatGPT Using Python

Result ChatGPT-python

Daftar Akun dan dapatkan APIKEY

  1. Silahkan daftar akun di https://beta.openai.com/account
  2. Klik Create new secret key https://beta.openai.com/account/api-keys
  3. Copy dan simpan APIKEY di notepad atau yang lain nya.

Install Bot ChatGPT

  1. Pastikan sudah terinstall python. Check python --version
  2. Install library openai dengan cara pip install openai di terminal
  3. Clone repository. git clone https://github.com/saepulfariz/chatGPT-python.git
  4. Buka file bot.py paste kan APIKEY yang udah di bikin ke baris ke-3 (openai.api_key = "ENTER YOUR APIKEY")
  5. Cara menjalankan nya, buka terminal ketik python bot.py
  6. Selamat anda telah berhasil installasi bot ChatGPT pake Python.

About

Installasi ChatGPT Using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages