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.
- Host: GitHub
- URL: https://github.com/promplate/demo
- Owner: promplate
- License: mit
- Created: 2023-12-04T21:06:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T13:11:22.000Z (over 1 year ago)
- Last Synced: 2024-10-20T01:14:04.446Z (over 1 year ago)
- Topics: fastapi, langchain, llm, prompt-engineering
- Language: Python
- Homepage: https://demo.promplate.dev/redoc
- Size: 178 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```