Ross Bencina

Results 8 issues of Ross Bencina

**Identify the file to be fixed** [The name of the file containing the problem: How_to_count_tokens_with_tiktoken.ipynb](https://github.com/openai/openai-cookbook/blob/main/examples/How_to_count_tokens_with_tiktoken.ipynb) **Describe the problem** The problem is that the supplied example code for computing token counts...

bug

### System Info Windows 10 GPT4All v2.4.19 Python 3.10.7 ### Description I am not sure whether this is a bug or something else. When I enable the built-in server as...

bug
api

### Feature request Support loading `models.json` from well known local location(s), such as: - The model directory specified when instantiating `GPT4All` (and perhaps also its parent directories) - The default...

enhancement
chat

When I use a key shortcut as a guest, which performs two actions: 1. saves the current file, then 2. runs a remote command in the terminal that uses the...

Re: https://bernsteinbear.com/blog/ssa/ A paper that was suggested to me (not mentioned in the linked blog post) is: "Practical Improvements to the Construction and Destruction of Static Single Assignment Form", by...

### Bug Description I have installed Python 3.14.0rc2 from python.org. I have MSVC 2022, Rust and nuget commandline installed and was able to install one maturin-based locally built package successfully....

bug

``` struct full_of_fields { /* field 4 bits wide */ unsigned field1 :4; /* * unnamed 3 bit field * unnamed fields allow for padding */ unsigned :3; /* *...

enhancement

Without this patch, `git clone` fails checkout on Windows because there are file paths containing colons: ``` Microsoft Windows [Version 10.0.19045.5965] (c) Microsoft Corporation. All rights reserved. F:\Share\pipelinec>git clone https://github.com/JulianKemmerer/PipelineC.git...