Albert Rapp
Albert Rapp
The goal is to support Azure openAI deployments
In `add_message()` I need to ensure that the content is a length 1 vector. For example using the output of `read_lines()` results in a 400 Bad request.
Give helpful comments as to why a chat flow didn't work. Authorization denied: Something wrong with the API Key 404 Not Found: Model not available (At least for openAI this...
It's quite cumbersome to look into the API docs to figure out what models are available. Would be nice to have something like `list_models(vendor)` that displays the available chat models...
I want to create an interface that allows to talk with other APIs that are not implemented (yet). Wondering if there is a way to create that by letting the...
## Prework * [x] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html) and [contributing guidelines](https://github.com/rstudio/gt/blob/master/.github/CONTRIBUTING.md). * [x] If there is [already a relevant issue](https://github.com/rstudio/gt/issues), whether open or closed, comment on...
## Reproducible example First set up a new project ```sh uv init uv venv uv add palmerpenguins ``` Then, try to run an import ```py from palmerpenguins import load_penguins ```...