SamiKoen commited on
Commit
e7ab00c
·
1 Parent(s): a6f0833

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ API_URL = "https://api.openai.com/v1/chat/completions"
10
  OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
11
 
12
  # XML verisinin URL'si
13
- xml_url = "http://www.alatin.com.tr/index.php?do=catalog/output&pCode=9302385005" # Gerçek URL'nizi buraya yazın
14
 
15
  # XML verisini URL'den çek
16
  response = requests.get(xml_url)
 
10
  OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
11
 
12
  # XML verisinin URL'si
13
+ xml_url = " http://www.alatin.com.tr/index.php?do=catalog/output&pCode=3265661683" # Gerçek URL'nizi buraya yazın
14
 
15
  # XML verisini URL'den çek
16
  response = requests.get(xml_url)