wu981526092 commited on
Commit
b376d89
·
1 Parent(s): 504fa06

✨ ADD DATABASE AND UPDATE FRONTEND: Introduce agent optimization database and enhance landing page content

Browse files

✅ Changes made:
- Added a new binary file for agent optimization database.
- Updated the Landing page text for improved clarity and conciseness regarding offline AI capabilities.
- Updated script references in the HTML to the new version for better performance.

🛠️ These changes enhance the application's functionality and user experience!

database/agent_optimisation.db ADDED
Binary file (28.7 kB). View file
 
frontend/src/pages/Landing.tsx CHANGED
@@ -123,9 +123,9 @@ export function Landing() {
123
  </h3>
124
  </div>
125
  <p className="text-gray-600 text-sm leading-relaxed">
126
- Cloud AI fails without internet and latency can cost lives in
127
- emergencies. Our offline AI runs instantly on-device, ready
128
- anywhere — from remote locations to safety-critical moments.
129
  </p>
130
  </div>
131
 
 
123
  </h3>
124
  </div>
125
  <p className="text-gray-600 text-sm leading-relaxed">
126
+ Cloud AI fails without internet and latency can cost lives. Our
127
+ offline AI runs instantly on-device, ready anywhere from remote
128
+ locations to safety-critical moments.
129
  </p>
130
  </div>
131
 
static/assets/index-087dd015.js ADDED
The diff for this file is too large to render. See raw diff
 
static/assets/index-087dd015.js.map ADDED
The diff for this file is too large to render. See raw diff
 
static/index.html CHANGED
@@ -5,7 +5,7 @@
5
  <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
  <title>Edge LLM</title>
8
- <script type="module" crossorigin src="/assets/index-95452486.js"></script>
9
  <link rel="stylesheet" href="/assets/index-be9ccaff.css">
10
  </head>
11
  <body>
 
5
  <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
  <title>Edge LLM</title>
8
+ <script type="module" crossorigin src="/assets/index-087dd015.js"></script>
9
  <link rel="stylesheet" href="/assets/index-be9ccaff.css">
10
  </head>
11
  <body>