-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
community[minor],docs[minor]: Add ChromeAI chat model #5903
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -0,0 +1,34 @@ | |||
<!DOCTYPE html> |
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.
How do we run this?
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.
added better setup instructions
const textPrompt = formatPrompt(messages); | ||
|
||
const stream = this.session.promptStreaming(textPrompt); | ||
const reader = stream.getReader(); |
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.
nit: I think these are iterable if we convert to an IterableReadableStream
Sweet! |
langchain/package.json
Outdated
@@ -2075,6 +2079,15 @@ | |||
"import": "./experimental/chains/violation_of_expectations.js", |
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.
Hey there! 👋 I noticed that this PR introduces a new dependency change related to the "chrome_ai" chat model. This comment is to flag the change for maintainers to review, as it impacts the project's dependencies. Great work, and looking forward to the review!
@@ -0,0 +1,16 @@ | |||
{ |
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.
Hey there! 👋 I noticed that this PR introduces changes to the dev and hard dependencies in the package.json file. I've flagged this for your review to ensure everything aligns with the project's requirements. Keep up the great work!
No description provided.