Easy Way to Add ChatGPT to Unreal Engine 5 and 5.1 and Give Life to Your Characters - Dynamic Worlds

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

КОМЕНТАРІ • 21

  • @yafaabentili2770
    @yafaabentili2770 Рік тому +1

    Great work , it's interesting to implement speech to text for input also

    • @SipAndCode7
      @SipAndCode7  Рік тому +3

      Thanks Yafa. It's quite possible with either using azure/aws/Google tts apis. Just need to setup an account. I may make a video on it later.

  • @johnnytriesvr7433
    @johnnytriesvr7433 Рік тому +1

    Thanks for this. I had been thinking about giving this a try and your video popped up.

    • @SipAndCode7
      @SipAndCode7  Рік тому

      You are welcome. Cool give it a go see how you like it. You can make it better with using a better text to speech engine like azure and even add animations for talking.

  • @ValentinStraub
    @ValentinStraub Рік тому

    Nice tutorials , I followed along until textToSpeech but there is no sound happening , I am using unreal 5.0.3

    • @SipAndCode7
      @SipAndCode7  Рік тому +1

      No worries , if you want send me a screenshot of your event graph and I can take a look. One possible issue could be that the you may have forgotten to add default channel and activate it at 21:08. Also make sure the channel names are exactly the same.

  • @michaelb1099
    @michaelb1099 Рік тому

    i got the fine tuned model setup at openai just not sure where i place in the bluepring as i followed your tut with success is there a way to find this out?

    • @SipAndCode7
      @SipAndCode7  Рік тому

      Hey, I don't believe that plugin supports that, I need to check the latest version but I doubt it. I there is no plugin for it, you would have to do that through C++.

  • @michaelb1099
    @michaelb1099 Рік тому

    is it possible to add a txt document for the chat ai can reference to give answers to the user?

    • @SipAndCode7
      @SipAndCode7  Рік тому

      Hey Michael, yes there is two ways you can do it. One is how I show in the video, where you describe to chatgpt what you want it to be. Can give it some instructions and description as reference to answers questions with that info. This way however the text is limited. There is another way where you can finetune the chatgpt model with your own custom information, this is a bit more involved but I think it's the ideal way if you have a lot of reference data. Here is the documentation for the API : platform.openai.com/docs/guides/fine-tuning

    • @michaelb1099
      @michaelb1099 Рік тому

      @@SipAndCode7 thank you so much I'll read into that. Once I get something together would you mind looking at it?

  • @mikebert
    @mikebert Рік тому +1

    Unreal engine 5.2 unfortunately messes everything up...

    • @SipAndCode7
      @SipAndCode7  Рік тому +1

      Ah these new versions always do in some shape or form. Will try to update :)

  • @tsurello9479
    @tsurello9479 Рік тому

    I have followed the tutorial step by step, but I'm getting an API error everytime :/

    • @tsurello9479
      @tsurello9479 Рік тому

      does it need to be a paid account?

    • @SipAndCode7
      @SipAndCode7  Рік тому +1

      Hi,
      For openai they give free trial but it expires after a period of time. After that it needs to be paid account. But it's pay as you make calls so if you are not making too many calls shouldn't be expensive.

  • @michaelb1099
    @michaelb1099 Рік тому

    im having a hard time sorting the fine tuning

    • @SipAndCode7
      @SipAndCode7  Рік тому

      Sorry to hear that. Unfortunately it's not something that will be covered here in the near future.

  • @mikebert
    @mikebert Рік тому

    "You exceeded your current quota, please check your plan and billing details" - everything works, but chatGPT wants money?

    • @SipAndCode7
      @SipAndCode7  Рік тому +1

      Yeah they give certain amount free trial then need to pay.