mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
* feat(wandb): add W&B Inference by CoreWeave provider Adds support for W&B Inference as an API provider using a W&B API key. Implements a provider handler with OpenAI-compatible streaming and a static model catalog, and wires the provider through the API layer, configuration schema, storage, CLI model picker, and settings UI. * Updated input/output price of NVIDIA-Nemotron * Updated helpText * handle reasoning tokens in streaming respons * Added clarifying comment on how W&B token usage is reported and why cached tokens * fix: restore proto field numbers changed by generation script * Update src/core/api/providers/wandb.ts Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>