Skip to content

Commit

Permalink
Merge pull request #14 from skkuse/wonyeong
Browse files Browse the repository at this point in the history
chore: fix bug
  • Loading branch information
wonleeyoung authored Jun 10, 2024
2 parents c676cd3 + 6a3983a commit fde005e
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 fde005e

Please sign in to comment.