|
|
|
|
|
by amitness
546 days ago
|
|
OpenAI recommends using o1 to generate the verbose plan and then chain the verbose output to a cheaper model (e.g. gpt-4o-mini) to convert it into structured data / function calls / summary etc. They call it planner-executor pattern. [1] [1] https://vimeo.com/showcase/11333741/video/1018737829 |
|