Skip to content
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
wants to merge 209 commits into
base: main
Choose a base branch
from
Open

Update README.md #2

wants to merge 209 commits into from

Conversation

ggallotti
Copy link
Member

No description provided.

mckaywrigley and others added 26 commits January 8, 2024 19:01
* 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
Andrew Xu and others added 30 commits March 22, 2024 20:11
…treaming output process in Chinese and other languages. (#1552)
* 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]>
* update gpt 4 turbo

* Add gpt-4-turbo #1659

* Add gpt-4-turbo #1659
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.