autogptfreak
autogptfreak
Hey folks, what would you recommend to me as someone encountering this same error with Perplexity.ai as my LLM? I tried your custom client class but am running into registration...
It seems registering a custom ModelClient is a challenge in itself, so I've created an issue for that: https://github.com/microsoft/autogen/issues/3502
Instead of installing autogen with `pip install autogen` you can download the autogen project locally and reinstall it with pip but in editable mode: `pip install -e "c:/path/to/autogen-folder"` Then in...