Viewing a single comment thread. View all comments

meister2983 t1_jdgghu6 wrote

Reply to comment by signed7 in [N] ChatGPT plugins by Singularian2501

The Microsoft Research paper assessing intelligence capability of GPT4 effectively did this. If you just define APIs for the model to use under certain conditions it will write the API call. Once you do that, it's straightforward for a layer on top to detect the API call, actually execute it, and write the result back.

5