Skip to content

Commit

Permalink
chore: test ci (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksandr Chikovani <[email protected]>
  • Loading branch information
justrp and Aleksandr Chikovani authored Oct 2, 2023
1 parent 8c29593 commit b6bbe4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aidial_adapter_openai/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,10 @@ def health():
return {"status": "ok"}


@app.get("/blah")
def blah():
return {"blah": "blah"}


if __name__ == "__main__":
uvicorn.run(app, port=5000)

0 comments on commit b6bbe4a

Please sign in to comment.