Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morishin/chatgpt-api-aws-lambda
https://github.com/morishin/chatgpt-api-aws-lambda
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/morishin/chatgpt-api-aws-lambda
- Owner: morishin
- Created: 2023-03-08T11:47:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-10T02:50:16.000Z (over 1 year ago)
- Last Synced: 2024-05-02T02:13:32.579Z (7 months ago)
- Language: Python
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fran-bot
## Requirements
- Python 3.9
## Setup
```sh
$ python3 -m venv venv
$ pip install -r requirements.txt
```