https://github.com/undertone0809/pne
🚀 Simplified promptulate call
https://github.com/undertone0809/pne
Last synced: 3 months ago
JSON representation
🚀 Simplified promptulate call
- Host: GitHub
- URL: https://github.com/undertone0809/pne
- Owner: Undertone0809
- License: apache-2.0
- Created: 2024-05-18T19:28:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-25T11:03:02.000Z (about 1 year ago)
- Last Synced: 2024-07-15T11:18:53.616Z (11 months ago)
- Language: Makefile
- Homepage: https://github.com/Undertone0809/promptulate
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# pne
[](https://pypi.org/project/pne/)
[](https://github.com/Undertone0809/pne/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot)
[](https://github.com/Undertone0809/pne/releases)
[](https://github.com/Undertone0809/pne/blob/main/LICENSE)🚀 Simplified promptulate call. Now you can use `import pne` to call [promptulate](https://github.com/Undertone0809/promptulate).
## Quick start
Conda package manager is recommended. Create a conda environment.
```bash
pip install pne
```Then you can anything function like promptulate:
```python
import pnepne.chat(messages="Hello, world!", model="gpt-4-turbo")
```## Credits [](https://github.com/Undertone0809/python-package-template)
This project was generated with [3PG](https://github.com/Undertone0809/3PG)