Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import xml.etree.ElementTree as ET
|
|
8 |
API_URL = "https://api.openai.com/v1/chat/completions"
|
9 |
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
|
10 |
|
11 |
-
url = 'https://
|
12 |
|
13 |
response = requests.get(url)
|
14 |
|
|
|
8 |
API_URL = "https://api.openai.com/v1/chat/completions"
|
9 |
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
|
10 |
|
11 |
+
url = 'https://www.trekbisiklet.com.tr/output/8582384479'
|
12 |
|
13 |
response = requests.get(url)
|
14 |
|