Metadata-Version: 2.4
Name: yta-fastapi-docker-ollama
Version: 0.0.3
Summary: Youtube Autonomous FastAPI Docker Ollama Module
License-File: LICENSE
Author: danialcala94
Author-email: danielalcalavalera@gmail.com
Requires-Python: ==3.12.*
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: fastapi (>=0.0.1,<9999.0.0)
Requires-Dist: requests (>=0.0.1,<9999.0.0)
Requires-Dist: uvicorn (>=0.0.1,<9999.0.0)
Requires-Dist: yta_fastapi_docker_pydantic_models (>=0.0.1,<1.0.0)
Requires-Dist: yta_youtube (>=0.0.1,<1.0.0)
Description-Content-Type: text/markdown

# Youtube Autonomous FastAPI Docker Ollama Module

The module that is providing the functionality related to the Ollama AI models hub (having the models and using them) through a FastAPI that is included and isolated in a Docker container.

This module is meant to be exposed as a container inside the internal network, to be connected with its own FastAPI that is exposing the functionality outside.

### Endpoints

#### GET
No hay endpoints por el momento.

#### POST
- `/agents/transcription-cleaner` - The transcription provided as `prompt` will be cleaned and reformatted to fix bad format or misspellings.
  - `prompt` - The prompt that will be sent to the model
