stodoran
stodoran
### Feature Description Exact implementation could vary. One potential approach would be to add the following properties to the object returned from `useChat`. This is off the top of my...
### Describe the bug Even if all relevant files are downloaded to the folder specified by `HF_HUB_CACHE`, the `hf_hub_download` function will always fail due to [these lines](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/file_download.py#L977-L978). ### Reproduction *...
### Describe the issue as clearly as possible: According the the [JSON schema documentation](https://json-schema.org/understanding-json-schema/reference/object), an object in a JSON schema can set `additionalProperties` to `false` to limit the keys on...