Andrew Han
Andrew Han
> df = web.DataReader('QNA', 'oecd', end=datetime.datetime(2016, 6, 1)) gives me a ValueError: Shape of passed values is (416640, 350), indices imply (808976, 350)
ystockquote's get_historical_prices stopped working because yahoo recently changed the link to that csv slightly. I double checked with YQL console, and the new link is the same thing, except "ichart.finance.yahoo"...
Hey there, I think I came across this repo because GitHub Explore suggested it to me. Thanks for putting this out. I do a lot of prompt engineering to get...
Any chance you would consider mirroring OpenAI's API specs and output? e.g., /completions and /chat/completions. That way, it could be a drop-in replacement for the Python openai package by changing...
Hi, not sure if this is the right place (apologies if not). Your website says that this feature is deprecated. Is that correct? And if so, why? This seems like...
I'm running `docker run -p 80:80 -e MODEL=user/repo hyperonym/basaran:0.14.1` where `user/repo` is a Hugging Face repo. It then appears to download the model, but then once it finishes it just...
## Error `OSError: Cannot save file into a non-existent directory: '.zeno_cache/EMBEDDINGembeddingmodels'` my `zeno.toml` looks like: ```python functions = "functions" view = "image-classification" metadata = "metadata.csv" data_column = "id" data_path =...
Created an abstraction over some of the code in the example notebooks (`infer`, `infer-quantized`) so that the user can simply: ```python from gazelle import GazelleClient client = GazelleClient(quantization="8-bit") resp =...