herin7 / herin7/gitforme

Convert Flask LLM Serve Code to FastAPI for Asynchronous Support

Open
#27 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
JavaScript
Stars
382
Forks
76
Avg merge
3m
Merged PRs (30d)
4

Description

Currently, the codebase uses Python Flask for serving the LLM. I propose migrating this implementation to FastAPI, which is a more advanced library and provides better asynchronous support. This change will improve scalability, performance, and modernize the API architecture.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Flask implementation that serves the LLM and identify its API entry points. Review how requests are currently handled before determining the scope of an equivalent FastAPI migration; the work is done when serving uses FastAPI with asynchronous support and the existing API behavior remains available.

Written by the indexing model from the issue text.

Assessment

Tech stack
fastapi, flask, python
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.