Skip to content

Commit

Permalink
Merge pull request #104 from andrewnguonly/1.0.8
Browse files Browse the repository at this point in the history
PR for app version `1.0.8`
  • Loading branch information
andrewnguonly authored Feb 24, 2024
2 parents d82aa51 + eb0154b commit d204eff
Show file tree
Hide file tree
Showing 7 changed files with 444 additions and 120 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.7",
"version": "1.0.8",
"manifest_version": 3,
"name": "Lumos",
"description": "An LLM co-pilot for browsing the web, powered by local LLMs. Your prompts never leave the browser.",
Expand Down
132 changes: 75 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "lumos",
"version": "1.0.7",
"version": "1.0.8",
"private": true,
"dependencies": {
"@chatscope/chat-ui-kit-react": "^1.10.1",
"@chatscope/chat-ui-kit-styles": "^1.4.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@langchain/community": "^0.0.32",
"@mui/material": "^5.14.17",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
Expand All @@ -18,7 +19,8 @@
"@types/react-dom": "^18.2.15",
"@xenova/transformers": "^2.8.0",
"buffer": "^6.0.3",
"langchain": "^0.1.11",
"fuse.js": "^7.0.0",
"langchain": "^0.1.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-loader": "^9.5.0",
Expand Down
Loading

0 comments on commit d204eff

Please sign in to comment.