Returning consistent/valid JSON with OpenAI/GPT

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

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

  • @garyjehan8918
    @garyjehan8918 10 หลายเดือนก่อน

    Awesome, simple & sharp thanks !

  • @naimurhasanrwd
    @naimurhasanrwd 9 หลายเดือนก่อน +1

    This video is super helpful and saved my full day.

  • @OlenaKutsenko
    @OlenaKutsenko หลายเดือนก่อน

    Exactly what I was looking for!

  • @Notigam
    @Notigam 7 หลายเดือนก่อน

    This video is amazing, very illustrating example. Just commenting to help get it more attention.

  • @angeloliver2825
    @angeloliver2825 ปีที่แล้ว

    thx so much from Paraguay

  • @蒙哥的濃縮思維
    @蒙哥的濃縮思維 ปีที่แล้ว

    works like a charm! Thank you so much!

  • @TheTechTinkerer-m4h
    @TheTechTinkerer-m4h 19 วันที่ผ่านมา

    Nice

  • @arkimphiri
    @arkimphiri 7 หลายเดือนก่อน

    Super helpful, thank you so much, I was stuck and this helped a lot.

  • @dvnivl9204
    @dvnivl9204 11 หลายเดือนก่อน

    appreciate it, thanks!

  • @knotfoursail6404
    @knotfoursail6404 ปีที่แล้ว

    Cool! Didn't even know functions existed 😅. Thanks for the awesome video 👍

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

      It was my first time using that functionality too. I think I should probably work out how to use them properly now!

  • @WeiZhou-j5g
    @WeiZhou-j5g 4 หลายเดือนก่อน

    Amazing video and content, more openAI videos pls 🙏

  • @vikrantkhedkar6451
    @vikrantkhedkar6451 6 หลายเดือนก่อน

    Helpful

  • @leoscott4632
    @leoscott4632 ปีที่แล้ว

    nice video

  • @ryuzlix4424
    @ryuzlix4424 11 หลายเดือนก่อน

    thanks man

  • @nicolasbiurrun3549
    @nicolasbiurrun3549 8 หลายเดือนก่อน

    Hi!
    I'm a bit stuck here, how would I be able to instead of feed the function with a list of reviews feed it with a dictionary with an id_review linked to the review? That'd be very useful, thanks in advance and great job!

    • @learndatawithmark
      @learndatawithmark  8 หลายเดือนก่อน

      Can you explain what you want to do a bit more? Email it to me if it's easier - m.h.needham@gmail.com

  • @justingiovanetti
    @justingiovanetti ปีที่แล้ว

    Clever stuff

  • @lol14132
    @lol14132 ปีที่แล้ว

    you are so human. - googi

  • @michaelhunger6160
    @michaelhunger6160 ปีที่แล้ว

    Did you try to put the instructions about the JSON output into the system prompt? Also it helps sometimes to threaten the model that people will get hurt or kittens if it doesn't follow instructions :)

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

      I did try that and most of the time it would work, but occasionally it'd go rogue!

  • @dato007
    @dato007 11 หลายเดือนก่อน

    To the point. Nice. What do u think of pydantic now? Or the updated gpt to output json?

    • @learndatawithmark
      @learndatawithmark  11 หลายเดือนก่อน

      I haven't tried either of those yet. Do they work as well as the function approach?

  • @maxjesch
    @maxjesch 3 หลายเดือนก่อน

    very interesting hack. Is this still relevant today?

    • @learndatawithmark
      @learndatawithmark  3 หลายเดือนก่อน +1

      I don't think you really need it now - you can use the structured outputs feature instead

    • @learndatawithmark
      @learndatawithmark  3 หลายเดือนก่อน

      th-cam.com/video/xlhvQ9f37LU/w-d-xo.html

  • @DANNYEL20122
    @DANNYEL20122 ปีที่แล้ว

    Can we get link to the code please 😊

    • @learndatawithmark
      @learndatawithmark  ปีที่แล้ว

      All the code is in the blog post - www.markhneedham.com/blog/2023/07/27/return-consistent-predictable-valid-json-openai-gpt/
      And the notebook is here - github.com/mneedham/LearnDataWithMark/blob/main/json-gpt/notebooks/SentimentAnalysis.ipynb

    • @DANNYEL20122
      @DANNYEL20122 ปีที่แล้ว

      @@learndatawithmark thank you