Getting Started with GPT-4o API: Chat Completion & Image Understanding | OpenAI Guide Python

Поділитися
Вставка
  • Опубліковано 3 жов 2024

КОМЕНТАРІ • 8

  • @pesgamer00
    @pesgamer00 4 місяці тому +4

    I'm wondering why this channel is not getting lot of views

  • @StayMotivate-or7rf
    @StayMotivate-or7rf 4 місяці тому

    Hello sir you and your all team are doing great work for our community,but I have a humble request please make video on maths learning topics which are important to become AI and ml engineer with proper guidance and free learning resources and full roadmap of learning mathematics please sir ! 🙏🙏 But thanks for your hardwork😊.

  • @MKtechnoverse
    @MKtechnoverse 2 місяці тому

    Sir your videos are really awesome, clear explanation
    But I need your help i tried multiple phone number and mail but still I can't get free credits, it says already number used

  • @airevolution23
    @airevolution23 4 місяці тому

    Can you make a video with using the openai assistants through the API?

  • @dagoat2241
    @dagoat2241 4 місяці тому

    Hello, great video.
    Can i use gpt 4o when using a free plan? in an app i am building, i am able to analyze text using gpt 3.5 turbo, but not when i use gpt-4o
    So basically this code works:
    try:
    response = client.chat.completions.create(
    model="gpt-3.5-turbo",
    response_format={"type": "json_object"}, # Enabling JSON mode
    messages=[
    ...
    but this one deos not:
    try:
    response = client.chat.completions.create(
    model="gpt-4o",
    response_format={"type": "json_object"}, # Enabling JSON mode
    messages=[
    ...
    Can you please share any tips?
    Thanks.

  • @ahmadulkarimchowdhury8556
    @ahmadulkarimchowdhury8556 4 місяці тому

    Can you share your colab notebook here? It would be helpful for us.

  • @HaHa-qi8jx
    @HaHa-qi8jx 4 місяці тому

    Where is the schedule of DL course

  • @sam-uw3gf
    @sam-uw3gf 4 місяці тому

    great video dude