Skip to content

Commit

Permalink
major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
shivankacker committed Feb 1, 2024
1 parent 8ff0b16 commit 09017db
Show file tree
Hide file tree
Showing 22 changed files with 1,104 additions and 227 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NEXT_PUBLIC_API_URL="https://ayushma-api.ohc.network/api/"
NEXT_PUBLIC_LOCAL_STORAGE="ayushma-storage"
NEXT_PUBLIC_AI_NAME="Ayushma"
NEXT_PUBLIC_AI_DESCRIPTION="Your personal AI medical assistant"
NEXT_PUBLIC_AI_DESCRIPTION="Revolutionizing medical diagnosis through AI and Opensource"
NEXT_PUBLIC_AI_WARNING="Please be aware that Ayushma AI may generate inaccurate information; kindly report any concerns to [email protected]"
NEXT_PUBLIC_GOOGLE_RECAPTCHA_SITE_KEY="6Lerts4nAAAAAKyXaNZkYj4XfRO0M2R-XYIA3qv8"
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,16 @@
},
"dependencies": {
"@microsoft/fetch-event-source": "^2.0.1",
"@react-spring/three": "^9.7.3",
"@react-three/drei": "^9.96.5",
"@react-three/fiber": "^8.15.15",
"@sentry/nextjs": "^7.98.0",
"@tanstack/react-query": "^5.17.19",
"@tanstack/react-query-devtools": "^5.17.21",
"@tanstack/react-query-next-experimental": "^5.18.0",
"@types/three": "^0.160.0",
"audio-recorder-polyfill": "^0.4.1",
"framer-motion": "^11.0.3",
"jotai": "^2.0.4",
"json2csv": "^6.0.0-alpha.2",
"jspdf": "^2.5.1",
Expand All @@ -36,7 +42,9 @@
"react-markdown": "^9.0.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^2.2.1"
"shadergradient": "^1.2.5",
"tailwind-merge": "^2.2.1",
"three": "^0.150.0"
},
"devDependencies": {
"@types/eslint": "^8",
Expand Down
14 changes: 14 additions & 0 deletions public/logo_pure.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 13 additions & 6 deletions public/logo_text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions public/logo_text_old.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 09017db

Please sign in to comment.