Giter VIP home page Giter VIP logo

Comments (14)

krabakov96 avatar krabakov96 commented on August 17, 2024

image

from openai-api-unreal.

amanchauhan2432 avatar amanchauhan2432 commented on August 17, 2024

You can try 2nd node which is "Open AICall Completions". It will work.

from openai-api-unreal.

krabakov96 avatar krabakov96 commented on August 17, 2024

image

Yes, but then I need "Make GPT3Settings" Which is also missing... I have the ones I'm showing on the image, but they are not the same as in the tutorial

from openai-api-unreal.

KellanM avatar KellanM commented on August 17, 2024

@krabakov96 MetahumanSDK was using an old version of the plugin when they created their tutorial. The OpenAICallGPT3 nodes have since been renamed to OpenAICallCompletions. The node you’re looking for is MakeCompletionsSettings.

from openai-api-unreal.

krabakov96 avatar krabakov96 commented on August 17, 2024

I see, thanks. But I am not sure what to do after that as there is no tutorial with the new version and the new nodes are kinda different. Is there going to be any updated tutorial soon or is it possible to get the older version of the plugin? I am just playing around so the version is not so important as log as it works.

from openai-api-unreal.

KellanM avatar KellanM commented on August 17, 2024

Yep! I’m in the process of creating a new tutorial. In the meantime you can recreate the completions example shown at the bottom of the project’s README Just swap out any instance of “GPT-3” with “Completions” and it will work

https://github.com/KellanM/OpenAI-Api-Unreal#usage

from openai-api-unreal.

krabakov96 avatar krabakov96 commented on August 17, 2024

image
Hi, again! I think I properly followed and managed to replace the nodes, but now it is not working at all. When I type something, the AI is not responding at all for some reason. Am I missing something?

from openai-api-unreal.

charlo06 avatar charlo06 commented on August 17, 2024

Try printing the error message when the branch fails. Maybe you didn't set the api key ?

from openai-api-unreal.

krabakov96 avatar krabakov96 commented on August 17, 2024

image
So here is what I figured out, that if it's just like that, the AI WORKS, doesn't reply to all questions properly, but still works. And then when I add the new code/nodes that I showed in the image above, it stops working completely. So something in the nodes above is wrong.

from openai-api-unreal.

krabakov96 avatar krabakov96 commented on August 17, 2024

So I did print it when the branch fails and it says "API Error". But I have an API key already. I also generated a new one multiple times and It keeps showing that message.

from openai-api-unreal.

KellanM avatar KellanM commented on August 17, 2024

Can you please show me what appears in your output log when you get the API Error?

from openai-api-unreal.

krabakov96 avatar krabakov96 commented on August 17, 2024

LogTemp: Warning: {
"error": {
"message": "Incorrect API key provided: f16f8226************************9127. You can find your API key at https://platform.openai.com/account/api-keys.",
"type": "invalid_request_error",
"param": null,
"code": "invalid_api_key"
}
}

from openai-api-unreal.

krabakov96 avatar krabakov96 commented on August 17, 2024

LogTemp: Warning: {
"error": {
"message": "You exceeded your current quota, please check your plan and billing details.",
"type": "insufficient_quota",
"param": null,
"code": null
}
}

And this is when I try to generate a new key on the open AI website

from openai-api-unreal.

KellanM avatar KellanM commented on August 17, 2024

@krabakov96 this is expected behavior. You can increase your current quota here: https://platform.openai.com/account/billing/limits

from openai-api-unreal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.