Vasek Mlejnsky

Results 83 comments of Vasek Mlejnsky

Nope, I haven't looked into it since then.

+1, having the same issue from time to time. I think it happens when the packets are still being downloaded and the engine is asking for the next buffer.

> > > +1, having the same issue from time to time. I think it happens when the packets are still being downloaded and the engine is asking for the...

Hi @elaineg! > Were you able to get it working in your env? I forgot to add it to `LANGCHAIN_TOOLS` variable! Sorry, fixed now. [Here's](https://github.com/cohere-ai/cohere-toolkit/assets/5136688/a130e332-0e02-48ee-867c-42856106b6c6) a video with the Cohere...

Hi @elaineg @rodrigue-h, is there anything I can help with? We're demoing Cohere's toolkit with our code interpreter on [our developer meetup](https://lu.ma/w4r1f4qd) that we're hosting with LangChain Here's [one of...

I'm re-opening this issue because it's still happening to our users. It's most likely connected to a sandbox running out of memory. This issue should stay open until - [...

I'm having the same issue as @bmyers427 when using the `ChatAgent` class ``` cm = CallbackManager([StreamingStdOutCallbackHandler()]) chat = ChatOpenAI( openai_api_key=OPENAI_API_KEY, streaming=True, temperature=0, max_tokens=2056, verbose=True, callback_manager=cm, ) memory = ConversationBufferWindowMemory(k=1, return_messages=True)...

Hey @jamesmurdza, appreciate your feedback. We should look into it. > I would recommend potentially changing the naming convention, and at the very least making this distinction very clear in...

Hey @cyrus-hawk, I'm one of the founders of https://e2b.dev and the dashboard we built for the Auto-GPT team. Would love to learn more about your experience using https://autogpt.e2b.dev and how...

Hey @PrathamSoni, we currently don't have async version but it's usually possible to wrap our SDK in async code. 1. What kind of Python webserver framework are you using? 2....