An open API service indexing awesome lists of open source software.

https://github.com/jasontanx/chatgpt

A repo for exploring Generative Pre-Trained Models (Bard, chatgpt etc.) with API
https://github.com/jasontanx/chatgpt

artificial-intelligence chatgpt chatgpt-api machine-learning

Last synced: 3 months ago
JSON representation

A repo for exploring Generative Pre-Trained Models (Bard, chatgpt etc.) with API

Awesome Lists containing this project

README

        

# chatgpt

No. | Items | Date Updated
--- | --- | ---
1 | chatgpt API exploration | 16 March 2023
2 | chatgpt image generation exploration | 24 March 2023
3 | Personal chatgpt API exploration | 8 April 2023
4 | ChatGPT Prompt Engineering for Developers (Short Course) | 12 April 2023

**What is Chatgpt?**

--> ChatGPT is an artificial intelligence chatbot developed by OpenAI and launched in November 2022

--> For those interested to know more, click the link below

--> https://openai.com/blog/chatgpt

**What is The Purpose of The Repository**

This repo was created as a learning repo to practice the code shared from the following github:
https://github.com/amrrs/chatgpt-api-python

The creation of this repository is inspired by the video
--> [How to use ChatGPT API Python for Beginners - Full ChatBOT Tutorial](https://www.youtube.com/watch?v=Vurdg6yrPL8&list=LL&index=6)

**Chatgpt image generation?**

As shown in the documentation provided in the Openai webpage, The Images API provides three methods for interacting with images:

1. Creating images from scratch based on a text prompt
2. Creating edits of an existing image based on a new text prompt
3. Creating variations of an existing image

Documentation --> https://platform.openai.com/docs/guides/images/language-specific-tips

**Personal chatgpt API exploration**

Referenced from:
https://www.youtube.com/watch?v=hcbBBcdKUAY