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

https://github.com/danimal141/openai-test


https://github.com/danimal141/openai-test

Last synced: 13 days ago
JSON representation

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!
```