chenfei-wu / TaskMatrix

Other
34.51k stars 3.32k forks source link

Getting no output on querying. #409

Open FatemaD1577 opened 1 year ago

FatemaD1577 commented 1 year ago

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.

hpnightowl commented 1 year ago

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

import os
os.environ["OPENAI_API_KEY"] = "sk-"
FatemaD1577 commented 1 year ago

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

hpnightowl commented 1 year ago

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