mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-12 14:10:29 +00:00
refactor: improve llm-client code modularity
This commit is contained in:
parent
c0ecce8d45
commit
425b0cd58b
14 changed files with 50 additions and 67 deletions
|
|
@ -3,7 +3,7 @@ package ee.carlrobert.codegpt.toolwindow;
|
|||
import com.intellij.ui.components.JBLabel;
|
||||
import com.intellij.util.ui.JBFont;
|
||||
import ee.carlrobert.codegpt.Icons;
|
||||
import ee.carlrobert.llm.client.openai.completion.chat.OpenAIChatCompletionModel;
|
||||
import ee.carlrobert.llm.client.openai.completion.OpenAIChatCompletionModel;
|
||||
import java.util.NoSuchElementException;
|
||||
import javax.swing.SwingConstants;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue