Peter Salas
Peter Salas
With the following types: ```cs [JilPrimitiveWrapper] public class JilPrimitive { public readonly string Value; public JilPrimitive(string value) { this.Value = value; } } public class JilPrimitiveContainer { public JilPrimitive Single...
https://arethetypeswrong.github.io/?p=fixie%402.2.0 And in general, trying to import it into a NextJS project is challenging.
This adds support (that is currently unused) for prefix caching with blocks that contain placeholder tokens whose embedding vectors will be replaced downstream, as is the case with multi-modal placeholders....
Currently, multi-modal prompt placeholders are related to the multi-modal embeddings exclusively by index, i.e. the first placeholder token in the prompt must correspond to the first MM embedding vector, etc....
**Describe the bug** `GENERATOR_STATS` is a singleton (with global class attributes) but is mutated freely. If the schema (with errors or warnings) is generated concurrently (e.g. by `SpectacularAPIView`) exceptions and/or...