Skip to content

Commit 6fef59c

Browse files
committed
ok
1 parent 48d8635 commit 6fef59c

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,6 @@
8383
yarn install
8484
```
8585

86-
3. **Configure environment**
87-
Create a `.env` file in the root directory with your API keys:
88-
89-
```env
90-
# Required: At least one API key must be provided
91-
OPENAI_API_KEY=your_openai_api_key
92-
GEMINI_API_KEY=your_gemini_api_key
93-
GROQ_API_KEY=your_groq_api_key
94-
```
95-
9686
## 🏃‍♂️ Running the Application
9787

9888
### Development Mode

web/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
class="bg-zinc-800 text-white px-6 py-2 rounded-full hover:bg-zinc-700 transition-colors flex items-center space-x-2"
218218
>
219219
<span>Follow</span>
220-
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
220+
<svg class="w-4 h-4 hidden sm:block" fill="none" stroke="currentColor" viewBox="0 0 24 24">
221221
<path
222222
stroke-linecap="round"
223223
stroke-linejoin="round"
@@ -306,9 +306,9 @@ <h2 class="text-4xl md:text-5xl font-semibold tracking-tight mb-6">
306306
which are best for coding and reasoning
307307
</p>
308308

309-
<div class="grid grid-cols-2 md:grid-cols-3 max-w-6xl gap-6 md:gap-12">
309+
<div class="grid items-center grid-cols-1 md:grid-cols-3 max-w-6xl gap-6 md:gap-12">
310310
<div
311-
class="relative cursor-pointer hover:scale-105 transition-all duration-300 flex items-center justify-center w-64 h-64 rounded-3xl bg-gradient-to-b from-black to-slate-950 overflow-hidden"
311+
class="relative cursor-pointer mx-auto hover:scale-105 transition-all duration-300 flex items-center justify-center w-64 h-64 rounded-3xl bg-gradient-to-b from-black to-slate-950 overflow-hidden"
312312
>
313313
<div
314314
class="absolute bottom-0 left-0 w-full h-full flex flex-col items-center justify-end pointer-events-none z-0"
@@ -332,7 +332,7 @@ <h2 class="text-4xl md:text-5xl font-semibold tracking-tight mb-6">
332332
</div>
333333

334334
<div
335-
class="relative cursor-pointer hover:scale-105 transition-all duration-300 flex items-center justify-center w-64 h-64 rounded-3xl bg-gradient-to-b from-black to-slate-950 overflow-hidden"
335+
class="relative cursor-pointer mx-auto hover:scale-105 transition-all duration-300 flex items-center justify-center w-64 h-64 rounded-3xl bg-gradient-to-b from-black to-slate-950 overflow-hidden"
336336
>
337337
<div
338338
class="absolute bottom-0 left-0 w-full h-full flex flex-col items-center justify-end pointer-events-none z-0"
@@ -359,7 +359,7 @@ <h2 class="text-4xl md:text-5xl font-semibold tracking-tight mb-6">
359359
</div>
360360

361361
<div
362-
class="relative cursor-pointer hover:scale-105 transition-all duration-300 flex items-center justify-center w-64 h-64 rounded-3xl bg-gradient-to-b from-black to-slate-950 overflow-hidden"
362+
class="relative cursor-pointer mx-auto hover:scale-105 transition-all duration-300 flex items-center justify-center w-64 h-64 rounded-3xl bg-gradient-to-b from-black to-slate-950 overflow-hidden"
363363
>
364364
<div
365365
class="absolute bottom-0 left-0 w-full h-full flex flex-col items-center justify-end pointer-events-none z-0"

0 commit comments

Comments
 (0)