chattr
chattr copied to clipboard
I do not understand how I can put a specific data.frame from Enviroment into the prompt. Please specify it in readme or anywhere else.
Hi! Thanks for a great package! I am experimenting with it now, and I noticed the section "Other interfaces", which says that chattr can send as a promt the highlighted...
Hi, it looks like the conversation history is only loaded in `console` mode, but not in `chat` (i.e., Shiny app) mode. Could you check and resolve this? I already set...
Would be great to have access to the given answer so that one can continue working with the output e.g. in a script. I'm thinking about giving back the result...
hello - I have been running local LLMs and small language models for ~ 1 year or so. One of the features I thought would be useful on the R/chattr...
Hello! Lovely little idea and package here. Been trying to get it running, but running into some snags. Let me preface that I've been able to successfully run LlamaGPTJ-chat on...
Perhaps it's user error but I can't pass a custom OpenAI `base_url` to redirect the requests to a Databricks serving endpoint. This would be ideal for using {chattr} to interact...
Thank you for the great `chattr` package to make it easy to launch LLM chats from R! Perhaps related to https://github.com/rstudio/rstudio/issues/13671, is there a way to have two panes open...
Hello Please can you implement Azure OpenAI support? It would be awesome as I don't want my prompts to be in openai. thx KR
Hi Thanks for creating this package! I am trying to use it, but i get an error, when I submit my first request! ```r Sys.setenv("OPENAI_API_KEY" = 'sk-hahaga32this23isnotarealkey') chattr::chattr_app() • Provider:...