Mercurial
comparison mrjunejune/inference/litellm_config.yaml @ 260:1f9877b637e9
Add Copilot-powered cyberpunk JRPG chat
Integrate the production JRPG chat with Seobeo streaming, Deita persistence, and a Bazel-managed Copilot SDK and LiteLLM inference stack.
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <mrjunejune@users.noreply.github.com> |
|---|---|
| date | Wed, 05 Aug 2026 09:19:41 -0700 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 259:667156fcd3e3 | 260:1f9877b637e9 |
|---|---|
| 1 model_list: | |
| 2 - model_name: jrpg-copilot | |
| 3 model_info: | |
| 4 mode: chat | |
| 5 litellm_params: | |
| 6 model: github_copilot/gpt-4 | |
| 7 | |
| 8 general_settings: | |
| 9 master_key: os.environ/LITELLM_MASTER_KEY | |
| 10 | |
| 11 litellm_settings: | |
| 12 drop_params: true |