Thx for the video ! It works perfectly ! You can just skip the json file with the api_key and put it directly in the function OpenAIApi(string apiKey, string organization)
Hi Valem, your tutorials are fantastic and they're helping me a lot. I have a question: do you have any ideas on how to create an inventory system for VR? I'll leave this idea for a future VR tutorial since there's practically nothing on UA-cam that uses a modern system like XR Toolkit.
Excellent tutorial, thanks! To those who say they have problems with auth.json not being found, if u actually watched the video carefully you'll see there's a workaround.
@@-Techtip- put your api key directly in the brackets when you declare the openAI object in your code. but don't share your code if u do this as anyone can use your key.
Hey Valem big fan of your videos and tutorials I saw in your post about the chat gpt npc that you were using Amazon poly for text to speech Was there any particular reason as to why you didnt use Voice sdk from Oculus it gives the same funtionality without needing to pay anything
Unity can't seem to find my auth.json file. Am I missing something? It's in the exact location C/Users/Myself/.openai/ I'm just getting errors that it can't find the authenticator.
u don't worry about that I'll introducing AI CHAT DEEPAI the AI CHAT DEEPAI is so powerful and much better than OPENAI since start 2015-2018 and u can show ur picture and video and anything u want
@@zyz5114 u don't worry about that too I'll introducing AI CHAT DEEPAI the AI CHAT DEEPAI is so powerful and much better than OPENAI since start 2015-2018 and u can show ur picture and video and anything u want
That's cool , but how do you get it to have full animation control and navigation control like full autonomous Like isn't there a way to hook it up to a needs based State machine player controller?Or something
You can tell chat got to return a json format. You can make a json field hold animation states. In your Unity side scripting you can can if the returned JSON animation field has a value assign that to that characters animator
If I follow the tutorial well and play the game "Error Message: You exceeded your current quota, please check your plan and billing details. Error Type: insufficient_quota" This error appears. Can you tell me the solution?
It's not really an NPC to be honest. It's just a GPT model chat in Unity wrapper - not much else. It starts to be way more funny, when you try to provide the context for dialogue and limit number of choice player can make and especially make previous choices in different dialogues matter.
PLEASE, can you make a tutorial on how build the oculus game (with hand tracking) for PC? Why everybody makes tutorials only for android builds? I have a game with hand tracking that works in play mode but not in the build. Whyyy? I'm desperate!
u shall asking I'll introducing AI CHAT DEEPAI the AI CHAT DEEPAI is so powerful and much better than OPENAI since start 2015-2018 and u can show ur picture and video and anything u want
Salut, je viens de décourvrir la chaine, son contenu est impec et tout sauf une chose, mec ton accent anglais est horrible lol, si tu avais fait tes tutos en français ça aurait été mieux, enfin c'est mon avis et çe ne m'engage que moi, à part ça tu fait du très beau boulot, un grand merci pour cela. Et surtout ne m'en veux pas pour l'accent mdr, c'était juste pour rire mdr, mais sérieux, songe à faire des tutos en Français ça ira mieux je crois :P
Son accent anglais est pas horrible et je le comprends facilement. Je pense que s'il parlait plus vite ce serait mieux. Son accent francais est evident mais c'est pas une probleme parce que son prononciation est fantastique.
@@DELottProductionsMerci de prendre la parti de Valem même si c'est inutile, j'ai bien précisé que c'était rien d'autre qu'une taquinerie, vous auriez deviné cela si vous aviez bien lu mon poste :P Bref, oui l'accent français est très fort ce qui fait le charme des ces vidéos, mais je maintiens le fait que si il ferait des vidéos en Français il aurait bien plus d'audience
if u want much explainer and understand quickly guys I'll introducing AI CHAT DEEPAI the AI CHAT DEEPAI is so powerful and much better than OPENAI since start 2015-2018 and u can show ur picture and video and anything u want
This guy is scammer, none of the tutorials are working, and after u paid money, still not working, lack of explanation, lots of errors, and never share the tutorial from the begining(which is biggest problem, i want to start from setting,- to build game so i can actually have knowdlge what i need to download or set it before start it.
I was searching exactly this, keep going, awesome
It would be great to implement some of this into vrchat. Most of my ai's are simple follow or head follow models.
Thx for the video ! It works perfectly ! You can just skip the json file with the api_key and put it directly in the function OpenAIApi(string apiKey, string organization)
How do you do that?
Hi Valem, your tutorials are fantastic and they're helping me a lot. I have a question: do you have any ideas on how to create an inventory system for VR? I'll leave this idea for a future VR tutorial since there's practically nothing on UA-cam that uses a modern system like XR Toolkit.
Any games in particular that implement an inventory system in VR that you are hoping to replicate?
organization key is now found in general on user settings :)
I wanted exactly like this. Thanks man!!!!
Thanks for sharing, this is awesome, and very easy to achieve.
C'est dingue comment on perçoit le côté français bien que tu gères l'accent, bonne vidéo 😉
I want part 2 but I can't find the video.. patreon is off!!
Excellent tutorial, thanks! To those who say they have problems with auth.json not being found, if u actually watched the video carefully you'll see there's a workaround.
And That Is?
@@-Techtip- put your api key directly in the brackets when you declare the openAI object in your code. but don't share your code if u do this as anyone can use your key.
@@Tyke18 thx!
To produce with the Oculus version, do I need to place the .openai folder and auth.json file in Oculus?
Can you make a tut on how to make avatar customisation plz
Nice and simple. ( I was using the OKDoIt Open AI API, but this seems simpler)
Hey Valem big fan of your videos and tutorials
I saw in your post about the chat gpt npc that you were using Amazon poly for text to speech
Was there any particular reason as to why you didnt use Voice sdk from Oculus it gives the same funtionality without needing to pay anything
is there a real time voice cloning solution that I can use in VR oculus game?
Did you know?
You will have to look into eleven labs for that
Elevenlabs text to speech api
What should be done if there is a sound while talking?
What would be cool is if you could voice chat to it and it would voice chat back with lip movement!
hi I have question, what if I commit the API_key to github in a VR Unity project? how can I protect the key?
Im curious, would this work if the user was speaking to the NPC instead of typing?
Steam banning AI text and Art included in game. I wonder if using GPT is also a reason
I hope that nope
Does it work if I put the name of my model that is FINE-TUNED in chatpt when I put the model name?
Unity can't seem to find my auth.json file. Am I missing something? It's in the exact location C/Users/Myself/.openai/ I'm just getting errors that it can't find the authenticator.
هل عرفت حل لمشكلتك
The same problem to me. Do you have a solution?
@@zyz5114 I did the "brute force" solution where I parsed my ID in the C# code. Along with that, I had to install git. That seemed to fix it for me
u don't worry about that I'll introducing AI CHAT DEEPAI the AI CHAT DEEPAI is so powerful and much better than OPENAI since start 2015-2018 and u can show ur picture and video and anything u want
@@zyz5114 u don't worry about that too I'll introducing AI CHAT DEEPAI the AI CHAT DEEPAI is so powerful and much better than OPENAI since start 2015-2018 and u can show ur picture and video and anything u want
That's cool , but how do you get it to have full animation control and navigation control like full autonomous Like isn't there a way to hook it up to a needs based State machine player controller?Or something
You can tell chat got to return a json format. You can make a json field hold animation states. In your Unity side scripting you can can if the returned JSON animation field has a value assign that to that characters animator
Can I train chat gpt on specific information to say when another person is interacting with the npc
Yes look into building an ai agent.
im thinking doing the same thing but in vr.
finally! can you tell when the 2 Part will be out?
its already out on patraon paid section
If I follow the tutorial well and play the game
"Error Message: You exceeded your current quota, please check your plan and billing details.
Error Type: insufficient_quota"
This error appears. Can you tell me the solution?
You used all your tokens. You need to buy more.
@@xulipaTVI I have over 40 dollars worth of tokens but I still get the same error
@@xulipaTV i bought more and still get the error, any fix?
Does it require good internet connection?
It's not really an NPC to be honest. It's just a GPT model chat in Unity wrapper - not much else.
It starts to be way more funny, when you try to provide the context for dialogue and limit number of choice player can make and especially make previous choices in different dialogues matter.
When I drag the empty game object to the "On End String" my function doesn't show up
Is it public?
Error Message: You exceeded your current quota ok ok is not free ://
is there any work around ? I am also getting this error , even with a new account
@@Wonder_Verse_Tech me too, I have money on my account but still get the error, any fix?
@@Wonder_Verse_Techyou need to put some money into the acccount, it’s very very cheap even $1 will get you like 100+ calls
you are the best thank you 💌
How to create .openai folder in Mac Os system.
any videos on using a local llm maybe using ooba-booga
PLEASE, can you make a tutorial on how build the oculus game (with hand tracking) for PC? Why everybody makes tutorials only for android builds? I have a game with hand tracking that works in play mode but not in the build. Whyyy? I'm desperate!
Hey very nice video, do you know or have found a Description how to generate an ai Modell with own data und use it in unity like in the video?
u shall asking I'll introducing AI CHAT DEEPAI the AI CHAT DEEPAI is so powerful and much better than OPENAI since start 2015-2018 and u can show ur picture and video and anything u want
Probably use something like LangChain for this and build your own RAG implementation
How do I get him to speak Korean?
Send him to live in korea.
just to guide people in the right direction I'm gonna say the keyword ....Convai.
is it possible with gpt 2 ? free
IS anyone else having trouble importing the package from github?
How can set language to hindi
where is yesterdays tut?
also can you make a vr web swinging tut? its ok if not
We need mac tutorial.
are you french?
Salut, je viens de décourvrir la chaine, son contenu est impec et tout sauf une chose, mec ton accent anglais est horrible lol, si tu avais fait tes tutos en français ça aurait été mieux, enfin c'est mon avis et çe ne m'engage que moi, à part ça tu fait du très beau boulot, un grand merci pour cela. Et surtout ne m'en veux pas pour l'accent mdr, c'était juste pour rire mdr, mais sérieux, songe à faire des tutos en Français ça ira mieux je crois :P
Son accent anglais est pas horrible et je le comprends facilement. Je pense que s'il parlait plus vite ce serait mieux. Son accent francais est evident mais c'est pas une probleme parce que son prononciation est fantastique.
@@DELottProductionsMerci de prendre la parti de Valem même si c'est inutile, j'ai bien précisé que c'était rien d'autre qu'une taquinerie, vous auriez deviné cela si vous aviez bien lu mon poste :P Bref, oui l'accent français est très fort ce qui fait le charme des ces vidéos, mais je maintiens le fait que si il ferait des vidéos en Français il aurait bien plus d'audience
im broke
😮
if u want much explainer and understand quickly guys I'll introducing AI CHAT DEEPAI the AI CHAT DEEPAI is so powerful and much better than OPENAI since start 2015-2018 and u can show ur picture and video and anything u want
FIRST LUV UR TUTS
early
Yo
Yo
This guy is scammer, none of the tutorials are working, and after u paid money, still not working, lack of explanation, lots of errors, and never share the tutorial from the begining(which is biggest problem, i want to start from setting,- to build game so i can actually have knowdlge what i need to download or set it before start it.
Correct
This guy is the biggest scammer I've seen in my life.
learn how to read the documentation for packages you're planning on using instead of blaming others for your stupidity.
Gros bosses ton accent un peu, c'est la honte
I have an error “JsonReaderException: Unexpected character encountered while parsing value:
same issue here
Are you french ?