New top story on Hacker News: Show HN: Symphony – Use GPT-4 to call functions in sequence
Show HN: Symphony – Use GPT-4 to call functions in sequence
7 by jrmyphlmn | 1 comments on Hacker News.
Hey HN! I'm excited to introduce Symphony – a toolkit designed to help developers write functions and let GPT-4 call them in whatever sequence that makes most sense based on conversation. I've been quite amazed[1] by GPT-4's recent ability to both detect when a function needs to be called and to respond with JSON that adheres to the function's signature. Since developers currently append descriptions of functions to API calls[2], I often found myself wishing for a toolkit that would automatically create these descriptions as I added and debugged functions during development. You can get started by cloning the repository and adding functions by following the guide at https://ift.tt/Gtm7kSs As of now, the toolkit supports functions in TypeScript. I'll be adding support for more languages and features based on your feedback :) [1] - Symphony Showcase: https://ift.tt/JZhHwyn [2] - Function calling and other API updates from OpenAI: https://ift.tt/arW4bCi...
7 by jrmyphlmn | 1 comments on Hacker News.
Hey HN! I'm excited to introduce Symphony – a toolkit designed to help developers write functions and let GPT-4 call them in whatever sequence that makes most sense based on conversation. I've been quite amazed[1] by GPT-4's recent ability to both detect when a function needs to be called and to respond with JSON that adheres to the function's signature. Since developers currently append descriptions of functions to API calls[2], I often found myself wishing for a toolkit that would automatically create these descriptions as I added and debugged functions during development. You can get started by cloning the repository and adding functions by following the guide at https://ift.tt/Gtm7kSs As of now, the toolkit supports functions in TypeScript. I'll be adding support for more languages and features based on your feedback :) [1] - Symphony Showcase: https://ift.tt/JZhHwyn [2] - Function calling and other API updates from OpenAI: https://ift.tt/arW4bCi...
Comments
Post a Comment