Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
25adb40
refactor: Update supabase types and add task-related functions
khaosans Nov 27, 2024
dd2c728
refactor: Update supabase types and add task-related functions
khaosans Nov 27, 2024
ce99eac
refactor: Update supabase subscription in chat stream route
khaosans Nov 27, 2024
16bab22
refactor: Update supabase subscription in chat stream route
khaosans Nov 27, 2024
ef1086c
refactor: Update supabase subscription and types, and add task-relate…
khaosans Nov 27, 2024
c24e6d9
refactor: Update supabase subscription and types, and add task-relate…
khaosans Nov 27, 2024
8206e8e
feat: Add new hooks for local storage and window size
khaosans Nov 27, 2024
418728d
feat: Add new hooks for local storage and window size
khaosans Nov 27, 2024
3597077
feat: Add new hooks for local storage and window size
khaosans Nov 27, 2024
67e9bd0
refactor: Update message component and add suggested actions
khaosans Nov 27, 2024
92d7dbe
Initial commit: Elron AI chatbot with blockchain integration
khaosans Nov 27, 2024
f5c4fd2
feat: Add OpenAIStreamConfig interface
khaosans Nov 27, 2024
021221e
feat: Add WeatherParams, CryptoPriceParams, and FunctionResponse inte…
khaosans Nov 27, 2024
8ac6988
feat: Add empty files for queue, mutations, tasks route, taskProcesso…
khaosans Nov 27, 2024
0e80960
feat: Add SettingsProvider component
khaosans Nov 27, 2024
4b50db8
feat: Add unit tests for SettingsProvider component
khaosans Nov 27, 2024
f653bcd
chore: Update package.json and pnpm-lock.yaml
khaosans Nov 27, 2024
e97024f
Revert "feat: Add empty files for queue, mutations, tasks route, task…
khaosans Nov 27, 2024
4dc798e
refactor: Update OPENAI_API_KEY to use NEXT_PUBLIC_OPENAI_API_KEY
khaosans Nov 28, 2024
34c2b1e
```text
khaosans Nov 28, 2024
cd992c9
refactor: Update OPENAI_API_KEY to use NEXT_PUBLIC_OPENAI_API_KEY
khaosans Nov 28, 2024
b55e924
refactor: Remove unused code and update dependencies
khaosans Nov 28, 2024
3e8a52f
refactor: Update chat API route and add rate limiting
khaosans Nov 28, 2024
7d1e2d2
refactor: Export PageProps interface in chat page
khaosans Nov 28, 2024
b396ad7
refactor: Update chat page to resolve async params
khaosans Nov 28, 2024
4ab8772
refactor: Update chat page to resolve async params and searchParams
khaosans Nov 28, 2024
b992375
Refactor chat API route and add rate limiting
khaosans Nov 28, 2024
fc6dc81
Refactor chat page to resolve async params and searchParams
khaosans Nov 28, 2024
ddee7e3
Refactor chat page to update async params and searchParams handling
khaosans Nov 28, 2024
e9777c7
Refactor chat page to update async params handling
khaosans Nov 28, 2024
452f636
fix
khaosans Nov 28, 2024
626d0ab
Refactor chat page to simplify selectedModelId handling
khaosans Nov 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ NEXT_PUBLIC_CDP_API_KEY_PRIVATE_KEY=your_cdp_private_key_here
# Environment
NEXT_PUBLIC_ENVIRONMENT=localhost
NEXT_PUBLIC_SITE_URL=http://localhost:3000
NEXT_PUBLIC_APP_URL=http://localhost:3000

# WalletConnect
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=your_wallet_connect_project_id_here
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AI Chat Bot with Blockchain Integration
# Elron - AI Web3 Chatbot with Blockchain Integration

A sophisticated AI chat interface built with Next.js, featuring blockchain wallet integration, real-time content generation, and image handling capabilities. This project combines the power of AI with blockchain technology to provide a secure, intelligent chat experience.

Expand Down
34 changes: 0 additions & 34 deletions __tests__/architecture/app-config.test.ts

This file was deleted.

78 changes: 0 additions & 78 deletions __tests__/architecture/app-router.test.ts

This file was deleted.

31 changes: 0 additions & 31 deletions __tests__/architecture/app-structure.test.ts

This file was deleted.

30 changes: 0 additions & 30 deletions __tests__/architecture/dependencies.test.ts

This file was deleted.

25 changes: 0 additions & 25 deletions __tests__/architecture/env.test.ts

This file was deleted.

12 changes: 0 additions & 12 deletions __tests__/architecture/file-structure.test.ts

This file was deleted.

59 changes: 0 additions & 59 deletions __tests__/architecture/routing-conventions.test.ts

This file was deleted.

36 changes: 0 additions & 36 deletions __tests__/architecture/routing.test.ts

This file was deleted.

25 changes: 0 additions & 25 deletions __tests__/architecture/structure.test.ts

This file was deleted.

32 changes: 0 additions & 32 deletions __tests__/architecture/typescript.test.ts

This file was deleted.

Loading