tidychatmodels icon indicating copy to clipboard operation
tidychatmodels copied to clipboard

Chat With All Kinds of AI Models Through a Common Interface

Results 16 tidychatmodels issues
Sort by recently updated
recently updated
newest added

https://ai.google.dev/docs/gemini_api_overview?hl=de#curl

Priority: Low

Add support for image files where possible. This should include GPT-4 and Claude

enhancement
Priority: Low

Similar to [`req_timeout()`](https://httr2.r-lib.org/reference/req_timeout.html)

I host my ollama on a separate host with strong GPU. I connect to it like this: ```r create_chat_ollama_custom

It would be great to have that functionality at some point. See here for reference: https://platform.openai.com/docs/api-reference/files/create

Hi Albert, awesome work with this package and love the `tidymodels` flavor! Support for Databricks Foundation Models would be great. This would include the following serving endpoints: - DBRX @...

Hi Albert, Thanks for the package. I thought I would change the API to using R's S3 interface namely so that it is extensible; this PR enables anyone to add...

It looks like you are using an iframe in your README. This doesnt render in GitHub. An alternative is to take a screenshot and add a hyperlink to it.

Hi, Is there implementation for Hugging Face models like that for Ollama? Thank you,