Add copilot-codex completions endpoint for drop-in copilot usage
This commit is contained in:
parent
895f84f8fa
commit
5de8009706
1 changed files with 1 additions and 0 deletions
|
@ -574,6 +574,7 @@ def make_logit_bias_processor(
|
||||||
@router.post(
|
@router.post(
|
||||||
"/v1/completions",
|
"/v1/completions",
|
||||||
)
|
)
|
||||||
|
@router.post("/v1/engines/copilot-codex/completions")
|
||||||
async def create_completion(
|
async def create_completion(
|
||||||
request: Request,
|
request: Request,
|
||||||
body: CreateCompletionRequest,
|
body: CreateCompletionRequest,
|
||||||
|
|
Loading…
Reference in a new issue