Skip to content

Commit e28e6fe

Browse files
committed
docs: explain Mux codes
1 parent 630397d commit e28e6fe

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

docs/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
- [Prompting Tips](./prompting-tips.md)
3131
- [System Prompt](./system-prompt.md)
3232
- [Telemetry](./telemetry.md)
33+
- [Mux Codes](./mux-codes.md)
3334

3435
# Development
3536

docs/img/mux-gateway-code.webp

131 KB
Loading

docs/img/mux-gateway-input.webp

50.2 KB
Loading

docs/mux-codes.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Mux Codes
2+
3+
Mux codes are free LLM token credits for evaluating Mux. Coder employees disburse them at events to users we think will enjoy Mux. If you want to get your hands on a code, ask the nearest Coder employee.
4+
5+
A code looks like `ABC-123`.
6+
7+
Redemption is straightforward:
8+
9+
1. Go to [gateway.mux.coder.com](https://gateway.mux.coder.com) and follow instructions to enable the code.
10+
1. Open Mux (see [install](./install.md) for instructions)
11+
1. Click the Settings icon in the top left corner (Cmd+, on macOS)
12+
1. Under Providers, enter the code under Mux Gateway:
13+
![Mux Gateway Code](./img/mux-gateway-code.webp)
14+
1. When sending a message or creating a workspace, select a `mux-gateway` model:
15+
![Mux Gateway Model](./img/mux-gateway-input.webp)
16+
- Optionally, click Star to set the Mux Gateway model as your default model.
17+
18+
That's it! When you run out of credits, you can swap to a different code or
19+
begin using the model providers directly out-of-pocket.
20+
21+
### Our Ask
22+
23+
As Mux is in its early development stage, we highly value user feedback. Please let us know of any issues you encounter or feature requests in [our
24+
tracker](https://github.com/coder/mux/issues).

0 commit comments

Comments
 (0)