Dylan Stark
Dylan Stark
When I tried running the script I got a somewhat cryptic error message: `syntax error (invalid integer constant (error token is "16#"))`. When I looked into it, the root issue...
Adds support for setting additional client args to address issue #44. Essentially, I added a module-level `client_args` dictionary, similar to `huggingface.api_key` and `.prompt_builder`. A user can put headers, cookies, etc.,...
I'm using `huggingface.chatCompletion` and need to be able to provide some cookies to the `InferenceClient`. I don't see a way to pass that in via `create()`, which is where the...