Symfony ChatGPT for Google Calendar in real time. STEP BY STEP SWIFTLY (Repository included)

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ย. 2024
  • building a chatbot using symfony and chatgpt that can answer customer inquiries about specific services and schedule google meetings.
    Repository: github.com/Moh...

ความคิดเห็น • 6

  • @cesarf848
    @cesarf848 ปีที่แล้ว +1

    omg this is amazing, i was generating ics files all the time but the way you shown it can actually read the calendar dates itself, amazing thank you brother

  • @winz1527
    @winz1527 ปีที่แล้ว +1

    Amazing , I saw some your videos and loved it. Keep growing…

    • @code-for-me
      @code-for-me  ปีที่แล้ว

      Thank you so much 😀

  • @dggd1442
    @dggd1442 7 หลายเดือนก่อน +1

    Hello, thank you for the video. I tried to do as you mentioned, but when I ask the chat something, it keeps loading, t but nothing happens it doesn't answer . Do you know why? Please advise.

    • @code-for-me
      @code-for-me  7 หลายเดือนก่อน +1

      I will first open the debugger console and check the network tab for the chat response. In the var/log directory there should be helpful logs. this can be that openAI gpt3.5 turbo model is outdated, in that case the client needs to be updated. however GPT4 introduce function calling, that will reduce the effort of parsing the GPT response, I will try fixing it soon.