Loading...

  • Using Your GPT Assistant In PHP
    1. Source code
  • Using Custom GPT Assistant Classes
    1. Source code
  • Responding to ChatGPT function calls in your Assistant class
    1. Source code
  • Using your GPT Assistant as a Chatbot
    1. Source code
  • Blocking the conversation to wait for a response from ChatGPT
    1. Source code
  • How to save and restore conversations
    1. Source code
  • Setting up our laravel project and databases
    1. Source code
  • Creating Our Base Code
    1. Source code
  • Building a test assistant in our laravel application
    1. Source code
  • Building the base of our API controller
    1. Source code
  • Maintaining assistant conversations throughout API requests
    1. Source code
  • Integrating our weather assistant into our API
    1. Source code
  • Integrating the OpenWeatherMap API
    1. Source code
  • Integrating the front end GUI with HTML and Bootstrap
    1. Source code
  • Integrating the Jquery AJAX requests to talk with our chatgpt assistant
    1. Source code
  • Updating the icons of our chat box
    1. Source code
  • Listening to the enter key to send messages
    1. Source code
  • Creating the weather cards
    1. Source code
  • Dealing with card icons and descriptions programatically
    1. Source code
  • Styling our application
    1. Source code