Api to return driving conditions, driving routes, and weather conditions

Allow for open ai to receive gpt coordinates to be feed to the api and return the driving and weather conditions and driving routes. It should use tokens for the request. this would compete against google maps which does not include driving conditions and weather.

1 Like

I would like strawberry to provide real time access to weather conditions and driving conditions. The resulting data should be in json format for consumption.

Reasoning models cannot use functions.

You will have to be clever in creating your own “function”.

You can show the weather for a CONUS city with this format in your response:

%%$${“weather”:“Miami, FL”}$$%%

A parser will identify this, and a separate AI will get the weather from an API and display it in that position for a user to see.

It is still wishful thinking, because there is no “system message” to make behavior permanent. An “Alexa” is better suited for this as a built-in ability.

Do you think this is ChatGPT, @dnishimoto ?