I Built a ChatGPT Clone with NEXT.JS! (Open AI, Tailwind CSS, Firebase, Typescript)

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 6

  • @leong5915
    @leong5915 Год назад

    Your video is very good and it would be great if you add the editing feature of gpt chat

  • @o_oyash
    @o_oyash 6 месяцев назад

    how'd you set up your rules after the test mode expired on Firbebase? Nvm reddit saved me.

  • @darkstar5574
    @darkstar5574 Год назад

    Hi I see that you also followed sonny's tutorial about this, but the gpt 3.5 doesnt work in what he did.
    Did you use gpt 3.4 turbo here? And I saw the code but I did not saw the .env file. Can you teach me how to do it? I want to use my own keys and stuff .Im fairly new in all these so I hope you can help me. Thank you 😀

    • @SanathTech
      @SanathTech  Год назад

      Hi there!
      Yep I'm using gpt-3.5-turbo. The reason why it doesn't work in the tutorial is because the gpt-3.5-turbo model takes messages in a different way. In my Github you can check the file queryApiTurbo in the lib folder to see what I mean.
      As for the .env file, I don't upload it because it has my private api keys - however if you follow Sonny's tutorial he shows exactly how to put your own keys into it.
      Hope that helps! Also Sonny has a discord group where you can talk to other people who are working on the same project as you.

  • @sathi010
    @sathi010 Год назад

    Hi