PierrunoYT

Results 76 comments of PierrunoYT

![grafik](https://github.com/OpenDevin/OpenDevin/assets/95778421/9c275b0c-3be5-4820-9cbb-7799645b8ede) Same issue

> @PierrunoYT we've got templates--that's what you used to make this issue 😄 > > But we could use the form functionality to make it even simpler Yeah but I...

> Ah, looks I misdiagnosed the problem in #307 (github had replaced the datapath with a shorthand so I thought the data path was wrong). > > Not sure what's...

> Did you set an `OPENAI_API_BASE_URL` or anything like that in your `keys.cfg`? No only the API Key and the GH Token lime removed.

> What happens if you do this: > > > > ```py > > import config > > import os > > from typing import Optional > > from openai...

> It's a python script to execute and to help you investigate the problem on your end. If this also fails, then the problem is likely on your OpenAI setup/keys...

Mhh maybe contact BitDefender to ask why it's blocked

import cv2 import numpy as np from keras.models import load_model from keras.preprocessing import image from keras_vggface.utils import preprocess_input from keras_vggface.vggface import VGGFace from keras.engine.base_layer import Layer def age_gender_prediction(image_path): # load...