https://github.com/nomnomnonono/essay-generator
https://github.com/nomnomnonono/essay-generator
fastapi litellm llm ruff sqlite3 uv
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nomnomnonono/essay-generator
- Owner: nomnomnonono
- Created: 2025-01-30T08:17:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T09:23:04.000Z (over 1 year ago)
- Last Synced: 2025-03-26T02:11:14.183Z (over 1 year ago)
- Topics: fastapi, litellm, llm, ruff, sqlite3, uv
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Essay Generator
## Overview
指定したトピックのエッセイを生成するサービス。
## Requirements
- python >=3.12
- uv
## Installation
```bash
make setup
```
## Usage
```setup
make run
```