mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-16 19:44:36 +00:00
Support you.com gpt-4 model (#233)
This commit is contained in:
parent
0343842af9
commit
21fa61d2af
18 changed files with 311 additions and 168 deletions
|
|
@ -0,0 +1,11 @@
|
|||
package ee.carlrobert.codegpt.toolwindow.chat;
|
||||
|
||||
import com.intellij.util.messages.Topic;
|
||||
|
||||
public interface YouModelChangeNotifier {
|
||||
|
||||
Topic<YouModelChangeNotifier> YOU_MODEL_CHANGE_NOTIFIER_TOPIC =
|
||||
Topic.create("youModelChangeTopic", YouModelChangeNotifier.class);
|
||||
|
||||
void modelChanged(boolean selected);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue