Abi Raja

Results 442 comments of Abi Raja

Where are you calling poetry jnstall? In which dir?

I think something's up with my Anthropic key: "anthropic.PermissionDeniedError: Error code: 403 - {'error': {'type': 'forbidden', 'message': 'Request not allowed'}}" The logs on the backend only indicate that the resizing...

Try downgrading your Python to python:3.12.3 or lower. The new version of Pydantic has some issues with the later Python versions. Let me know if that works.

if you're not using screen recording, you can try removing references to moviepy in the code base.

Thanks! I am interested in supporting bedrock. How are AWS credentials set with this PR? I also noticed a lot of copied code between the bedrock function and the regular...

Thanks! I'll take a look soon.

Hi there, you can set GEMINI_API_KEY in backend/.env and then, in generate_code.py set variant_models = [Llm.GPT_4O_2024_11_20, Llm.GEMINI_2_0_FLASH_EXP] or whatever LLM combo you want to have. Make sure to set this...

Yup, video support is very alpha and currently only works with Claude Opus. It hasn't been updated in a while.

Looks like follow-up prompts are failing but first prompts are working? Ah, I think currently the repo only supports Gemini for the initial generation. The code needs to be modified...

Thanks for the pictures. Very helpful. When you get the error message on the front-end, can you share what your back-end console looks like? Seems like front-end and back-end are...