mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-11 04:50:31 +00:00
feat: support claude completions (#398)
This commit is contained in:
parent
20c31de21d
commit
9706a357d2
24 changed files with 283 additions and 10 deletions
|
|
@ -18,6 +18,9 @@ public class ModelIconLabel extends JBLabel {
|
|||
if ("chat.completion".equals(clientCode)) {
|
||||
setIcon(Icons.OpenAI);
|
||||
}
|
||||
if ("anthropic.chat.completion".equals(clientCode)) {
|
||||
setIcon(Icons.Anthropic);
|
||||
}
|
||||
if ("azure.chat.completion".equals(clientCode)) {
|
||||
setIcon(Icons.Azure);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue