LLM

2. Python Openai API 답변 추출하기

messages=[
    {"role": "system", "content": "You are a poetic assistant, skilled in explaining complex programming concepts with creative flair."},
    {"role": "user", "content": "Compose a poem that explains the concept of recursion in programming."}
    ]
openai api

Openai 답변 내용 위치

답변 각 정보의 의미

print(completion.choices[0].message.content)

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다