Dennis Schwartz
Dennis Schwartz
Same issue here. Running it in a Kubernetes Pod deployed to an AWS cluster and using async calls. Works perfectly locally but times out as soon as it's in the...
Ok so from the comments above I realised I was testing async in one case and blocking in the other. ```python print(await cl.acreate(model=driver.model_name, prompt='Tell me a poem')) ``` Does indeed...
Are there any updates on this? 🙂 I'm trying to use biolink-model as a data model in a project and copying the `pydanticmodel.py` file seems not ideal. I'm happy to...
I ran into this using poetry `1.6.1` when changing the private repository to be supplemental and specifying the source of my private package as the private repo directly. Turns out...
Same issue here
I'm still interested in this. I will try to take a stab at it and report back.
I have experienced the same issue. I managed to work around it by simply ignoring the error since, as you said, the output is actually correct. Here is the custom...