forked from mckaywrigley/chatbot-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update README.md #2
Open
ggallotti
wants to merge
209
commits into
genexuslabs:main
Choose a base branch
from
mckaywrigley:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Refacto ollama list * change to async await --------- Co-authored-by: wraps <[email protected]>
* Improved placeholder text in chatbox to mention @ and / commands * Update chat message placeholder --------- Co-authored-by: tim13246879 <[email protected]>
* Support for paste imgs from clipboard * add image copy/paste --------- Co-authored-by: Murillo Camargo <[email protected]>
* source count setting * add a few files * add docx * remove old * make sure file ids are unique * set chunk var
* collection adding works * change styling of file display for input * wording change * select works with hotkeys * collection editing works
…treaming output process in Chinese and other languages. (#1552)
Co-authored-by: Mckay Wrigley <[email protected]>
* intro playwright * add two new test cases * password reset --------- Co-authored-by: Shray Sharma <[email protected]>
… 0.18.0) (#1602) This Pull Request addresses a deployment issue caused by a version mismatch for the `@anthropic-ai/sdk` package between `package.json` and `package-lock.json`. In a previous commit, the version of `@anthropic-ai/sdk` was updated to `0.18.0` in `package.json`, but the corresponding update was not reflected in `package-lock.json`. This discrepancy led to a synchronization issue during the deployment process, as `npm ci` requires both files to be in sync to ensure a consistent installation environment. #### Changes Made: - Updated `package-lock.json` to match the version of `@anthropic-ai/sdk` specified in `package.json` (0.18.0). #### Impact: - Resolves the deployment issue related to the version mismatch. - Ensures consistent dependency resolution for `@anthropic-ai/sdk` across development and deployment environments. #### Testing: - Local testing was conducted to verify that the application functions correctly with the updated `@anthropic-ai/sdk` version. - Further testing in the deployment environment is recommended to confirm the resolution of the issue. This PR aims to ensure that our dependency versions are aligned, thus mitigating potential issues related to inconsistent dependency resolution. Your review and feedback on these changes are greatly appreciated.
escessive -> excessive
* Add file size limit for uploads and fix error handling in file upload * fix for sidebar upload issue
* add api pricing * add api pricing --------- Co-authored-by: Finn Beckmann <[email protected]>
Apply the cost from this source: https://wow.groq.com/
Groq removed the Llama 2 model, replacing it with the Llama 3 8b model
bump up Google/Generative-AI package version to 0.11.4 simplify Gemini Vision handling google generative ai npm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.