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

https://github.com/promplate/demo

A simple python server with @promplate. Best practise for prompt engineering applications.
https://github.com/promplate/demo

fastapi langchain llm prompt-engineering

Last synced: about 2 months ago
JSON representation

A simple python server with @promplate. Best practise for prompt engineering applications.

Awesome Lists containing this project

README

          

# Promplate Demo

A simple example of what you can make with `promplate`.

## Setup

1. Install dependencies:

```sh
uv sync
```

2. Fill in your API keys in the `.env` file.
3. Start the server:

```sh
uvicorn src.entry:app
```