465 B
465 B
response = client.chat.completions.create( gpt-4.1-2025-04-14, messages=[{role: user, content: f아래 내용을 50자 내외로 요약해줘:\n{text}}] ) return response.choices[0].message.content.strip()
for category in categories: driver.get(base_url.format(category)) time.sleep(2)
# Load
while True:
try:
load_more = driver.find_element(By.XPATH, //button[contains(text(),'Load more templates')])