Abi Raja

Results 442 comments of Abi Raja

You're likely running into issues where the front-end is not connecting to the backend. Are they running on the same machine? What happens when you go to http://127.0.0.1:7001?

@3shimi can you share the logs from both front-end and back-end running?

Try downgrading your Python to python:3.12.3 or lower. The new version of Pydantic has some issues with the later Python versions.

Hi, it's probably an issue with your API keys. Your screenshot on Github doesn't seem to have uploaded correctly.

Yes, direct API connection is better. @2265393080 It's a little strange that you are getting new logs at all on the backend besides the connection open connection closed. Are you...

Is option 2 working for you? I would make sure to clear any backend/.env of ANTHROPIC_API_KEY and make sure the front-end popup is empty as well. It should only use...

What does your .env file look like on the front-end? Please remove the exact key values but share the contents

Please share your front end and back end logs.