-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
mistral[minor]: Populate usage metadata for mistral #5751
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -389,6 +427,8 @@ export class ChatMistralAI< | |||
|
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've reviewed the code and noticed that the added line doesn't interact with environment variables, but the constructor does access an environment variable using the getEnvironmentVariable
function. I've flagged this for your review. Keep up the great work!
adds streaming tokens support