Skip to content

Commit

Permalink
default to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlemec committed Sep 10, 2024
1 parent eb22769 commit b48d6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ async def generation(request: Request):
response = generate.generate_gumjs(prompt)
return invert_code_blocks(response)

serve(port=5000)
serve(host='127.0.0.1', port=5000)

0 comments on commit b48d6c2

Please sign in to comment.