-
Notifications
You must be signed in to change notification settings - Fork 115
Add other models #109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add other models #109
Conversation
@calderonsamuel here is what I have so far. It's not working yet, but I hope to have something workable in a few days. |
I see. At first glance, I have two comments:
|
R/mod_chat.R
Outdated
session = session, | ||
user_prompt = prompt$input_prompt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing these two lines removes rendering of the stream
Thank you for clarifying. I clearly need to read your blog post in more detail 😊. Standardizing our naming convention is a must. Good idea! Maybe a good discussion thread topic? |
Great! I've been thinking about this for the past few days. I'll open a thread about this by the end of the day. |
Sorry for the delay, the discussion is in #111 . Please check it out @JamesHWade , @MichelNivard and provide feedback if possible 🙏 |
…tstudio into add-other-models
@calderonsamuel, please take a look before I merge. There's a lot in here, and I welcome your edits and suggestions. |
Sure! I'm having some free time on friday, and I see lots of changes! I'll try to have some benchmarks on the streaming part too cuz at first glance it seems a bit slower than before |
@calderonsamuel - Checking in to ask if you've had a chance to review the PR. I'm open to reverting changes these changes and going back to an R6 approach for later releases. |
I apologize for keeping you waiting. I had anticipated having more free time, but it didn't turn out that way. I agree that it's preferable to merge these changes and then assess what can be later improved. Please just don't forget to add the changelog in the News file |
No need to apologize at all. I’ll update and the news and merge. Thank you for the guidance and suggestions building out these classes! |
No description provided.