chenfei-wu / TaskMatrix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting no output on querying.

FatemaD1577 opened this issue · comments

I trying to use Visual Chat GPT for querying about the content in the image uploaded. I was able to run the colab notebook and got the link to run the UI on web. I uploaded the image. But when I try to query the chatbot I get no output. On the console I get as following:

openai.error.AuthenticationError:

Can anyone who tried help me understand what exactly is this error related to?

Thanks in advance.

commented

Just use below command in a new cell it will not give openai.error.AuthenticationError

import os
os.environ["OPENAI_API_KEY"] = "sk-"

Thank you @hpnightowl for the suggestion. I tried but the issue still persists.

commented

@FatemaD1577 Can you add your keys and run and send it once the error again : https://colab.research.google.com/drive/18iS4Kceb0hIa4ug9RppliAUHvSKw9DkR?usp=sharing