📦 Initialize Geulbeot structure and merge Prompts & test projects
This commit is contained in:
15
02. Prompts/문서생성/prompt/GPT_문서생성_아래_내용을_v01.md
Normal file
15
02. Prompts/문서생성/prompt/GPT_문서생성_아래_내용을_v01.md
Normal file
@@ -0,0 +1,15 @@
|
||||
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')])
|
||||
Reference in New Issue
Block a user