MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / create_chat_completion

Route create_chat_completion

src/api/routes.py:None–None  ·  view source on GitHub ↗
router.post("/v1/chat/completions")

Source from the content-addressed store, hash-verified

1"""API routes for OpenAI-compatible and Gemini generateContent endpoints."""
2
3from dataclasses import dataclass
4from typing import Any, Dict, List, Optional

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected