Brandon Roberts
Brandon Roberts
I think that's fine. I CC BY-NC all my web content personally.
You can do this now by streaming the response and excluding words yourself. E.g.: ``` stream = llm( "Don't say any bad words:", stream=True, echo=True ) response = "" for...
> Hi @brandonrobertz thanks for this suggestion! > > I've modified my issue to be a bit clearer - basically I'd want to bias or constrain beam search so that...
I know it's not CUDA, but attempts to get GPU mode working for MacOS has been difficult on my end. You can read the progress here: https://github.com/simonw/llm-llama-cpp/issues/7 (This is more...
This is pretty annoying for FTS because sqlite throws an error instead of just doing something like returning all or no results. This makes users who are unfamiliar with SQL...
Yeah we're seeing this too only on specific routes. The one that's breaker for us is the CSV export URL. Potentially related to https://github.com/simonw/datasette/issues/1619 I'm gonna work on this issue...
I traced the problem down to two areas in the Datasette code and am working on a fix. The first is in `datasette/url_builder.py` inside the `Urls.path` method: https://github.com/simonw/datasette/blob/56adfff8d2112c5890888af4da65d842ba7f6f86/datasette/url_builder.py#L11-L13 In the...
Tracking code here: https://github.com/brandonrobertz/datasette/tree/fix-repeated-base_url
> Is there any change this one get merged? Very annoying bug :( Not merged but if you want to test this branch LMK how it goes (https://github.com/brandonrobertz/datasette/tree/fix-repeated-base_url). We were...
I'm going to see what needs to happen to get this into PR shape (https://github.com/brandonrobertz/datasette/tree/fix-repeated-base_url). If anyone used my branch LMK!