Summary
Keywords
Full Transcript
You will recall from a recent video that we created an I.T Support Assistant using #ChatGPT and #FlutterFlow. You reached out asking for the use of the gpt-3.5-turbo model instead of davinci. It's taken a while to really get to the bottom of how this could work and great input from community helps deliver a comprehensive sample. In this video I change the application from my most recent series (below) on building a ChatGPT app in FlutterFlow. I'll walk you through the small number of changes required to help build your next context focused assistant. You can change the initial script to anything and ChatGPT will hope to remain on topic. Project to clone: https://app.flutterflow.io/project/chatter-box-tutorial-part-5-qmepcm Link to original series on building the application from scratch: https://youtu.be/GIiBlhJaWNI 00:00 Introduction 00:48 Application Updates we are making 02:26 Demo of the changes 04:22 Cloning the FlutterFlow project 04:40 App State updates for our initial script 05:45 Update your API key 06:22 Quick cosmetic adjustments 07:09 Key custom function updates 09:38 Correcting compilation errors 11:11 Filtering system messages from our ListView 13:38 Try a different script example 14:58 Outro Custom Code to change: // If an initial script is passed in then add this before each message to // focus the conversation response! if (initialScript != "") { chatHistory.add({"role": "system", "content": initialScript}); } Script: You are an experienced IT technician. Do not answer questions not related to the job of an IT technician. Make sure responses are a numbered list. Support the channel and grab yourself a free FlutterFlow account by clicking here: http://bit.ly/3DCy8eP New to FlutterFlow? why not checkout my beginners Crashcourse series. https://youtu.be/9ejO_rBAkcQ Your love is much appreciated ... A like to this video is like a High Five!!! Thank you all.
