/login
endpoint with your credentials to get a JWT token.Authorization
header for secured endpoints:Authorization: Bearer <your_token>
/summarize
Summarize a given text input.config/config.yaml
file to adjust server settings, model parameters, and more.Posted Nov 22, 2024
LlamaDigest is a robust, scalable API designed for summarizing textual content. Powered by FastAPI and a Llama-based NLP model, it provides concise summaries fo
0
0