Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez authored Jun 27, 2024
1 parent 9fe44a9 commit 83b7662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/agent/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async def list_models():
return model_names


@app.post("v1/agent/completions", response_model=AgentOutput)
@app.post("/v1/agent/completions", response_model=AgentOutput)
async def agent_completions(agent_input: AgentInput):
try:
logger.info(f"Received request: {agent_input}")
Expand Down

0 comments on commit 83b7662

Please sign in to comment.