John Tackman
John Tackman
> > So hold on, someone said we could use the SD model, but then that didn't work, so people started downloading the old LDM model for inpainting? > >...
exception handling helps here as mentioned above, i've noticed that this may be related to sustainability filters in gpt, if the response is *redacted* we get these errors as well.
First off: don't hijack someone elses bug thread for your own issues. However, looks like you have a permission problem, you've installed Auto-GPT under C:\Program Files (x86)\, this is usually...
Confirmed, same behaviour
I got Azure OpenAI working in the following way: .env: OPENAI_API_KEY= USE_AZURE=True azure.yaml: azure_api_type: azure azure_api_base: https://.openai.azure.com/ azure_api_version: 2023-03-15-preview azure_model_map: fast_llm_model_deployment_id: smart_llm_model_deployment_id: embedding_model_deployment_id: After these changes, looks like it's running...
> modify you install.py insert sys.path.append('../YOUR_PATH') the launch module is your launch.py just import it can you please explain your answer? adding this ( even using insert(0, doesn't seem to...
Same issue (not working as adming but still, permission denied in my own directory) ´´´ │ ❱ 20 │ │ with open(self.path / key, 'w', encoding='utf-8') as f: │ │...
Well, tbh, if you have a normally functioning environment (dozens of successfully checked out and ran python projects), and you follow the instructions to the letter and get an error,...
did you actually deploy an model instance named "gpt-35-turbo" in your account? in azure you need to deploy them before you can use them, the name can be anything you...
I've been trying to set this up under wsl2 as well and looks like the docker setup doesnt create a directory named /opt/workspace_base in the setup. I ran docker exec...