medecau
medecau
@erikrose: do you have an update on this?
From #travis: > henrikhodne: We are running the build script in a pty, so one shoulde be available.
@ronnix why a new org vs the fabric org?
I understand the reason now. patchwork development seems abandoned without any relevant update for the last three years.
Nice bait, though.
I'm trying to use the SQL agent at $WORK, and like others we're hitting the token limits. already trying to use `gpt-3.5-turbo-16k` but even that is not enough to handle...
I got it working for my use case, maybe the snippet includes enough hints for others to pick up from. ``` from typing import List, Optional from langchain.agents.agent_toolkits import SQLDatabaseToolkit...
sorry, we do not have AGI here. I tried with both `gpt-3.5-turbo-16k` and `got-4` and both failed. - `gpt-3.5-turbo-16k`: pointed at three witnesses - `got-4`: went on for a bit...
@divanovGH 👋🏼 Regarding async code please see: https://github.com/pudo/dataset/issues/243#issuecomment-1041213045 Just ran the tests locally against python 3.11, 3.10, 3.9, and 3.12 and they all pass on the latest version. - Is...
Unfortunately the database object can already be used to enter a context block, but it is being used to start/end transactions. https://github.com/pudo/dataset/blob/5c2dc8d3af1e0af0290dcd7ae2cae92589f305a1/dataset/database.py#L155-L169 In hindsight the proposed behaviour makes more sense,...