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
- Host: GitHub
- URL: https://github.com/jasontanx/chatgpt
- Owner: jasontanx
- Created: 2023-03-16T04:32:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-04T02:30:08.000Z (about 2 years ago)
- Last Synced: 2025-02-01T02:19:54.558Z (5 months ago)
- Topics: artificial-intelligence, chatgpt, chatgpt-api, machine-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 3.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-pythonThe 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 imageDocumentation --> https://platform.openai.com/docs/guides/images/language-specific-tips
**Personal chatgpt API exploration**
Referenced from:
https://www.youtube.com/watch?v=hcbBBcdKUAY