Skip to content

Commit

Permalink
Temporarily open.
Browse files Browse the repository at this point in the history
  • Loading branch information
waleedkadous committed Dec 31, 2023
1 parent dab0915 commit 928aaa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

@app.post("/api/v1/complete")
async def complete(request: Request):
print(f'Raw request is {request}')
body = await request.json()
print(f'Request received > {body}.')
#messages = [
Expand Down

0 comments on commit 928aaa5

Please sign in to comment.