This project allows you to use OpenAI's ChatGPT Artificial Intelligence chatbot via CLI (Command Line Interface).
!!! The project is still under development
git clone CLONE_URL
cd chatgpt-cli
pip install -r requirements.txt
1- First you need to register on OpenAI. If you have an account, you can skip this step.
2- After logging into your account, go to this link and click on the Personal tab at the top right and then click on the View API keys tab
3- After coming to the API keys section, just click on the last Create new secret key and after your API key is created, copy it and save it somewhere
4- Enter the API KEY you got from OpenAI into the project folder, rename the .env.example file to .env and paste it into the relevant section in the file and save the file. And now you are ready to use the ChatGPT CLI.
Bu proje, OpenAI'nın ChatGPT Yapay Zeka chatbot'unu CLI (Komut Satırı Arayüzü) aracılığıyla kullanmanızı sağlar.
!!! Bu proje henüz geliştirilme aşamasındadır.
git clone CLONE_URL
cd chatgpt-cli
pip install -r requirements.txt
1- Öncelikle OpenAI'a kayıt olmanız gerek. Eğer hesabınız varsa bu adımı atlayabilirsiniz.
2- Hesabına giriş yaptıktan sonra bu link'e gidin ve sağ üste bulunan Personal sekmesine tıklayıp oradan da View API keys sekmesine tıklayın
3- API keys bölümüne geldikten son Create new secret key 'e tıklamanız yeterli API key'iniz olştuktan sonra kopyalıp bir yere kayıt edin
4- OpenAI'dan aldığınız API KEY'i proje klasörüne girin .env.example dosyasını adını .env olarak değiştirin ve dosyadaki ilgili bölüme yapıştırın ve dosyayı kayıt edin. Ve artık ChatGPT CLI'i kullanmaya hazırsınız.