Kevin Solorio

Results 25 comments of Kevin Solorio

@nutrina which tests are failing for you?

@nutrina Should I close this now since you have what you need in the other branch (which I believe is all merged)

@Greatz08 Did you have a chance to look at the [guides](https://github.com/andrewyng/aisuite/tree/main/guides)?

@Greatz08 that is an easy enough fix 😀 I'll get that updated soon.

@web11-ateves Can you provide the sample code and the stack trace for the error?

@web11-ateves The version change in the anthropic client could definitely be an issue, we'll need to take a look to confirm.

@web11-ateves Looking at the links from @jaglinux (thank you) it looks like the issue is in an update to the `httpx` library. You can set that version to 0.27.0 in...

@baberibrar Based on the initial error it doesn't look like the env is set properly. Do you have a `.env` file with the keys set? You would need the `GROQ_API_KEY`...

@cleesmith What version of the `groq` client are you using?

@cleesmith I suspect your issue is the same as #110 which is caused by using `httpx >= 0.28.0`, in this version the `proxies` keyword arg was removed. If you pin...