chore: format

This commit is contained in:
Timothy J. Baek
2024-08-04 17:42:16 +02:00
parent 003ceff7e4
commit ace3552e15
42 changed files with 42 additions and 1 deletions

View File

@@ -1657,7 +1657,7 @@ async def get_tools_function_calling(form_data: dict, user=Depends(get_verified_
@app.get("/api/pipelines/list")
async def get_pipelines_list(user=Depends(get_admin_user)):
responses = await get_openai_models(raw = True)
responses = await get_openai_models(raw=True)
print(responses)
urlIdxs = [