Mercurial
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mrjunejune/inference/litellm_config.yaml Wed Aug 05 09:19:41 2026 -0700 @@ -0,0 +1,12 @@ +model_list: + - model_name: jrpg-copilot + model_info: + mode: chat + litellm_params: + model: github_copilot/gpt-4 + +general_settings: + master_key: os.environ/LITELLM_MASTER_KEY + +litellm_settings: + drop_params: true