mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00

- 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.
11 lines
310 B
Plaintext
11 lines
310 B
Plaintext
EVENTSOURCE_HOST=http://some-event-host:3005
|
|
GROQ_API_KEY=your-value
|
|
ANTHROPIC_API_KEY=your-value
|
|
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
|
|
OPENAI_API_KEY=not-needed
|
|
OPENAI_API_ENDPOINT=http://localhost:10240
|