Home Artists Posts Import Register

Downloads

Content

this is for video: https://youtu.be/5cboTIvE4Nk

in this video we will explore the new gpt-3.5-turbo-0613 and GPT-4-0613 models' function calling capabilities. we will look at a basic example at first and then a sql query generating code example and finally a concurrent summary generating arxiv scientific paper explorer  

OpenAI cookbook examples:  https://github.com/openai/openai-cookbook/blob/main/examples/How_to_call_functions_with_chat_models.ipynb  

Chinook sql database: https://www.sqlitetutorial.net/sqlite-sample-database/ 

 Search 140+ echohive videos and code download links: https://www.echohive.live/

 Try the GPT-4 Auto Coder app: https://gpt4autocoder.streamlit.app/

Chat with us on Discord:  https://discord.gg/PPxTP3Cs3G  

GPT-4 web UI: https://gpt-4.up.railway.app/

Files

Comments

Mario uvera

Quick question? Example the name of the band is "AC/DC" and I would like to update it to "AC-DC". Would this be possible using "Function Calling" hypothetically?

echohive42

I am not too familiar with sql but I think you can do that with the UPDATE method right?