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

https://github.com/undertone0809/pne

🚀 Simplified promptulate call
https://github.com/undertone0809/pne

Last synced: 3 months ago
JSON representation

🚀 Simplified promptulate call

Awesome Lists containing this project

README

        

# pne

[![Python Version](https://img.shields.io/pypi/pyversions/pne.svg)](https://pypi.org/project/pne/)
[![Dependencies Status](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)](https://github.com/Undertone0809/pne/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot)
[![Semantic Versions](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--versions-e10079.svg)](https://github.com/Undertone0809/pne/releases)
[![License](https://img.shields.io/github/license/Undertone0809/pne)](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 pne

pne.chat(messages="Hello, world!", model="gpt-4-turbo")
```

## Credits [![🚀 Your next Python package needs a bleeding-edge project structure.](https://img.shields.io/badge/3PG-%F0%9F%9A%80-brightgreen)](https://github.com/Undertone0809/python-package-template)

This project was generated with [3PG](https://github.com/Undertone0809/3PG)