Add unit tests for MessageEditorComponent, update message editing logic, and refactor ChatService model handling.

- Added comprehensive tests for `MessageEditorComponent`.
- Improved message editing functionality and added client store interactions.
- Refactored handling of `getSupportedModels` in `ChatService`.
- Updated PWA configuration and added a Safari-specific instruction.
- Adjusted `.dev.vars` file to reflect local development updates.
This commit is contained in:
geoffsee
2025-05-31 14:47:08 -04:00
committed by Geoff Seemueller
parent 5f913eb2d7
commit ce07b69fbe
5 changed files with 173 additions and 17 deletions

View File

@@ -1,4 +1,3 @@
OPENAI_API_KEY=your-value
EVENTSOURCE_HOST=http://some-event-host:3005
GROQ_API_KEY=your-value
ANTHROPIC_API_KEY=your-value
@@ -6,4 +5,6 @@ FIREWORKS_API_KEY=your-value
XAI_API_KEY=your-value
CEREBRAS_API_KEY=your-value
CLOUDFLARE_API_KEY=your-value
CLOUDFLARE_ACCOUNT_ID=your-value
CLOUDFLARE_ACCOUNT_ID=your-value
OPENAI_API_KEY=not-needed
OPENAI_API_ENDPOINT=http://localhost:10240