Tom Bocklisch

Results 38 comments of Tom Bocklisch

Because I could not wait for this to drag on further, I created a separate library https://github.com/tmbo/questionary based on prompt toolkit 2. I tried to avoid this, but we needed...

@rednafi well, development is "slow" as there isn't a lot to develop at the moment. if there are features / bugs you are running into please create an issue 😃

I am running into this issue as well trying to build an ubuntu based container on an M1 host. I can confirm that following the instructions to build from source...

Are there any plans to support duckling on M1 at some point?

How is this compatible with the global `OpenAICallbackHandler`? e.g. let's say you have multiple of the contexts mentioned in https://langchain.readthedocs.io/en/latest/modules/llms/examples/token_usage_tracking.html ```python import time import asyncio from langchain.callbacks import get_openai_callback from...

@oferveur mhm I am not actually sure if there is something that stands in the way of doing that. happy to take a look, but maybe @kiancross knows if there...

Interesting, I think this might be something nice to add :+1:

@amcsparron2793-Water this is a good point and I've actually run into this as well. Do you have an idea how to implement that in a backwards compatible way?