Commit Graph

8 Commits

Author SHA1 Message Date
Maki
b25000924c 🔗 [feat] Integrate model selection with chat functionality
- Add selectedModel state and pass it to ChatImpl component
- Update useChat hook to include selectedModel in API request body
- Refactor message appending logic to include selectedModel
2024-10-17 00:20:43 +09:00
Maki
bd2cab8a9d 🎛️ [feat] Add model selection dropdown
- Implement a dropdown to select different AI models
- Update component props to include selectedModel and setSelectedModel
- Add options for Claude 3.5, GPT-4o, o1-preview, o1-mini, AWS Bedrock Claude, and Gemini (disabled)
2024-10-17 00:20:36 +09:00
Sam Denty
31c07c06cb fix(npm): fix hanging shells (#159) 2024-10-07 16:24:29 +02:00
Sam Denty
efcb93d6d8 fix(npm): fix hanging shells (#153) 2024-10-07 14:51:16 +01:00
Yoel Cabo López
24074762c7 fix: remove logout button (#130) 2024-10-07 10:54:24 +02:00
Sam Denty
50885b065d fix(browser-extensions): don't render directly in body 2024-10-07 10:49:31 +02:00
Sam Denty
2a29fbbe82 feat: remove authentication (#1) 2024-09-26 17:45:41 +01:00
Sam Denty
6fb59d2bc5 fix: remove monorepo 2024-09-25 19:54:09 +01:00