mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-02 21:51:01 +00:00
on quota exceeded suggest user switch to different LLM provider (#221)
* on quota exceeded suggest user switch to different LLM provider * Improve insufficient quota handling, add more telemetry actions --------- Co-authored-by: Carl-Robert Linnupuu <carlrobertoh@gmail.com>
This commit is contained in:
parent
a45646740e
commit
4c8b8d4e4f
6 changed files with 95 additions and 21 deletions
|
|
@ -7,7 +7,8 @@ public enum TelemetryAction {
|
|||
COMPLETION("CodeGPT-Completion"),
|
||||
COMPLETION_ERROR("CodeGPT-Completion-Error"),
|
||||
IDE_ACTION("CodeGPT-Action"),
|
||||
IDE_ACTION_ERROR("CodeGPT-Action-Error");
|
||||
IDE_ACTION_ERROR("CodeGPT-Action-Error"),
|
||||
SETTINGS_CHANGED("CodeGPT-Settings-Changed");
|
||||
|
||||
private final String code;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue