https://github.com/danimal141/openai-test
https://github.com/danimal141/openai-test
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danimal141/openai-test
- Owner: danimal141
- Created: 2023-03-27T09:22:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T08:34:53.000Z (about 2 years ago)
- Last Synced: 2024-04-14T18:20:38.380Z (about 1 year ago)
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# openai-test
## Dependencies
- pyenv
- poetry## How to develop
```shell
$ python -m venv .venv # to inform poetry of the .python-version
$ poetry install$ poetry shell or poetry run xx
$ python instruct.py
# Then enter the question, input!
```