Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chenyiqun/MMOA-RAG
/ endpoints
Endpoints
5 in github.com/chenyiqun/MMOA-RAG
⨍
Functions
656
◇
Types & classes
101
↳
Endpoints
5
Route
create_chat_completion
app.post( "/v1/chat/completions", response_model=ChatCompletionResponse, status_code=s
LLaMA-Factory/src/llamafactory/api/app.py:None
Route
create_score_evaluation
app.post( "/v1/score/evaluation", response_model=ScoreEvaluationResponse, status_code=
LLaMA-Factory/src/llamafactory/api/app.py:None
Route
get_top_k_docs
app.route('/search', methods=['POST'])
flask_server.py:None
Route
list_models
app.get( "/v1/models", response_model=ModelList, status_code=status.HTTP_200_OK,
LLaMA-Factory/src/llamafactory/api/app.py:None
Route
test_infer_seqlen
pytest.mark.parametrize( "test_input,test_output", [ ((3000, 2000, 1000), (600, 400)),
LLaMA-Factory/tests/data/processors/test_processor_utils.py:None