Skip to content

Commit

Permalink
[send.py][logging]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Mar 10, 2024
1 parent 658f9d3 commit f7e3875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/send.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def image_to_base64(image_path):
}

# Specify the URL of your FastAPI application
url = 'http://localhost:8000/v1/chat/completions'
url = 'https://localhost:8000/v1/chat/completions'

# Send the request
response = requests.post(url, json=request_data)
Expand Down

0 comments on commit f7e3875

Please sign in to comment.