Using #GPT4 function calls, this guy implemented basic file write/read/delete layer for GPT4 which allowed him to create working php or javascript apps with multiple files based on a few prompts like "make me an app which does or that..." - this is really impressive to utilize GPT4 like this; we are going to direct bots to code, run, debug complex apps in the future this way: https://www.youtube.com/watch?v=cnqzTsrdExU

Next level copiloting.

GPT-4 API Function Calling: Create Full Apps / Websites With a Single Prompt

YouTube

Prior the function call functionality recently added to #gpt4, I was working on a plugin system for my chatbot (very experimental), and now plugged it into the #gpt4 function call setup:

description: "provides current date and time"

and it simply returns an isoformat() string of date, and you can query time & date separately, an additional route is inserted into the conversation.

white: my input
violet: my "realtime" plugin (verbose=1); 1st gpt round
green: gpt-3.5-turbo-0613; 2nd gpt round