https://github.com/cloudsteak/ai-python-chatgpt-api
https://github.com/cloudsteak/ai-python-chatgpt-api
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudsteak/ai-python-chatgpt-api
- Owner: cloudsteak
- License: mit
- Created: 2023-09-14T10:55:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T10:11:28.000Z (over 2 years ago)
- Last Synced: 2023-10-09T10:48:03.911Z (over 2 years ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ai-python-chatgpt-api
# Dependencies
- Virtual Environment: `python3 -m venv pythonapi`
- Export: `pip freeze > requirements.txt`
- Install: `pip install -r requirements.txt`