본문 바로가기

reasoning3

OpenAI Responses API 이해하기 기술의 발전 속도가 매우 빠르다. 특히 OpenAI를 사용할 때는 더 빠르게 느껴진다.Chat Completions API를 잘 사용하고 있었는데, 새로운 API가 나왔다.(글 작성시점은 8월인데 3월에 나온 것으로 안다.) OpenAI Responses API를 알아보자.https://platform.openai.com/docs/guides/migrate-to-responses#about-the-responses-api(문서 경로도 변경될 수 있으니 바른 경로인지 확인이 필요하다.) The Responses API is a unified interface for building powerful, agent-like applications. It contains:Built-in tools like web.. 2025. 8. 14.
ReAct Ⅱ 이번 글은 지난 ReAct 글을 좀 더 자세하게 정리한 글입니다. https://hexists.tistory.com/252 ReAct ReAct: Synergizing Reasoning and Acting in Language Models https://ai.googleblog.com/2022/11/react-synergizing-reasoning-and-acting.html ReAct: Synergizing Reasoning and Acting in Language Models Posted by Shunyu Yao, Student Researcher, and Yuan Cao, Rese hexists.tistory.com 논문을 단락별로 3줄 요약 형식으로 정리해봅니다. DeepL을 사용해서 번역했습니다.. 2023. 6. 16.
ReAct ReAct: Synergizing Reasoning and Acting in Language Models https://ai.googleblog.com/2022/11/react-synergizing-reasoning-and-acting.html ReAct: Synergizing Reasoning and Acting in Language Models Posted by Shunyu Yao, Student Researcher, and Yuan Cao, Research Scientist, Google Research, Brain Team --> Recent advances have expanded the applicability of language models (LM) to downstream tasks. O.. 2023. 5. 31.