Felix Falkenberg

Results 3 issues of Felix Falkenberg

Hi, I am trying to use local caching with fsspec and a custom endpoint. this works: ``` import os, fsspec import numpy as np from PIL import Image os.environ['AWS_ACCESS_KEY_ID'] =...

### Description: #### Context: I am interested in using the H2OGPT API for various tasks, including OCR and chat functionalities. I have gone through the [README_CLIENT.md](https://github.com/h2oai/h2ogpt/blob/main/docs/README_CLIENT.md#gradio-client-api) and API documentation. ####...

When using `/embed` and `truncate=true` with long inputs, the input is correctly truncated at the token level, but I still get a validation error for inputs longer than 32,000 characters:...