Update imagesummary_fun.py
Browse files- imagesummary_fun.py +0 -1
imagesummary_fun.py
CHANGED
@@ -19,7 +19,6 @@ def get_image_summary(image_path):
|
|
19 |
|
20 |
# OpenAI API URL and Key
|
21 |
api_url = "https://api.openai.com/v1/chat/completions"
|
22 |
-
#openai_api_key = "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"
|
23 |
|
24 |
headers = {
|
25 |
"Content-Type": "application/json",
|
|
|
19 |
|
20 |
# OpenAI API URL and Key
|
21 |
api_url = "https://api.openai.com/v1/chat/completions"
|
|
|
22 |
|
23 |
headers = {
|
24 |
"Content-Type": "application/json",
|