Jump to content
UBot Underground

Recommended Posts

I have created an API key at ChatGPT. It is not a chat GPT4 one yet as I am still on waitlist.

The API Key I have been issued doesnt appear to work with my UBOT even though I have selected ChapGPT Turbo 3.5 in ubot options.

Am I doing something wrong?

Cant wait to get started with this. Anybody else up and running?

Some sample code I could use to make sure Im doing things right would be cool.

Link to post
Share on other sites

Hey!

Exciting times, isn't it? 😄

First, let me share a tutorial with you that demonstrates the ChatGPT API: https://network.ubotstudio.com/blog/ubot-studio-unleashes-ai-power-for-irresistible-youtube-titles-and-descriptions/

At the bottom there's a code example.

If that doesn't work, could you share your code with me? Make sure you don't include your API key.

Let's get you up and running!

Link to post
Share on other sites

Hi Seth,

My code is this:

ui console view
config openai("mykey-hidden")
create chat gpt agent("ChatGPT","You are a helpful assistant.","gpt-3.5-turbo")
set(#test,$chat gpt response("Where does the name David originate?","ChatGPT"),"Local")

I have turned on show errors and have attached a screenshot of what I get.

 

error.PNG

Link to post
Share on other sites

This isn't an error that we're seeing over here, so we're going to have to guess and check a little.

What I'd like you to do is open a command line (type cmd from the start menu) and past the following:

Quote

"%appdata%\UBot Studio\python\scripts\pip.exe" install urllib3==1.26.6

Close and reopen UBot Studio and try it again.

Let me know if this works, so we can use this for other people who have the same issue.

  • Like 2
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...