-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions about using robotic_anything_offline.py #6
Comments
Hi, thanks for your interest.
to the Adapter ones. Then else should be the same. Hope that would help you. Bests. |
I have tested my API on Colab, and it was working fine. I tried using a different proxy, but I still encountered the same error: "openai.error.AuthenticationError: empty message". |
Few bugs? Can you point them out? I will fix them a little later. |
The current instructions in the readme file state that the OpenAI API key should be modified in the visual_programming_prompt/prompt_generation.py file. However, the code file robotic_anything_gpt_online.py does not call the prompt_generation.py file but instead uses robotic_exec_generation.py. Consequently, the correct location to modify the OpenAI API key and proxy settings should be in the robotic_exec_generation.py file. |
More Implementation Steps: - torch==1.12.1+cu113- torchaudio==0.12.1+cu113- torchvision==0.13.1+cu113- vima==0.1Install PyTorch and related packages using the following command: |
@euminds Have updated the readme. Thanks for your info! Hope now it can work. :-) Enjoy it. |
Hi,
thanks for your excellent work.
Any help would be much appreciated.
Bests
The text was updated successfully, but these errors were encountered: