Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…_team5 into dev-be
  • Loading branch information
yaongmeow committed Jun 10, 2024
2 parents 6d2cc6c + fde005e commit 4059ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BE/routes/green.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

@green_router.post("/")
async def get_green(request: RequestModel):
response = get_LLM_response(request.data)
response = get_LLM_response(request.code)
return {"code" : response}


Expand Down

0 comments on commit 4059ab6

Please sign in to comment.