- Update default model to meta-llama/llama-4-scout-17b-16e-instruct in ClientChatStore

- Revise deployment steps and docs for `GROQ_API_KEY`
- Enable `workers_dev` in `wrangler.jsonc`
- Adjust hero label to `open-gsio` in routes
- Update `.gitignore` to include sensitive config files
- Add `deploy:secrets` script in `package.json`
This commit is contained in:
geoffsee
2025-05-28 21:23:35 -04:00
parent 5cb5905125
commit 3f717fab1b
6 changed files with 16 additions and 13 deletions

View File

@@ -1,8 +1,5 @@
## open-geoff-seemueller-io
Fork of [geoff.seemueller.io](https://geoff.seemueller.io).
### Stack:
- vike
- react
@@ -12,16 +9,18 @@ Fork of [geoff.seemueller.io](https://geoff.seemueller.io).
## Quickstart
1. `bun i`
2. `bun run build`
3. Configure .dev.vars
4. Setup KV_STORAGE bindings for local development.
5. In isolated shells, run `bun run server:dev` and `bun run client:dev`
1. `bun run build`
1. [Add your own `GROQ_API_KEY` in .dev.vars](https://console.groq.com/keys)
1. In isolated shells, run `bun run server:dev` and `bun run client:dev`
> Note: it should be possible to use pnpm in place of bun
## Deploying
1. Find all instances of example.com in this repository and replace with your domain.
2. Run `wrangler deploy:all`
1. Setup the KV_STORAGE bindings in `wrangler.jsonc`
1. [Add another `GROQ_API_KEY` in secrets.json](https://console.groq.com/keys)
1. Run `bun run deploy && bun run deploy:secrets && bun run deploy`
> Note: Subsequent deployments should omit `bun run deploy:secrets`
History
---