mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-12 22:31:24 +00:00
You.com service updates (#246)
* Free GPT4 for a month to try * Free GPT4 for a month to try * Better tooltip * Replace toggle component with checkbox and other minor ui improvements * Add UTM and userId params to You.com completion request * Fix #145 - web serach results not being displayed despite the flag --------- Co-authored-by: siilats <keith@siilats.com>
This commit is contained in:
parent
4519b2ade6
commit
3f67be5f78
7 changed files with 99 additions and 49 deletions
|
|
@ -17,6 +17,10 @@ public final class CodeGPTPlugin {
|
|||
private CodeGPTPlugin() {
|
||||
}
|
||||
|
||||
public static @NotNull String getVersion() {
|
||||
return requireNonNull(PluginManagerCore.getPlugin(CODEGPT_ID)).getVersion();
|
||||
}
|
||||
|
||||
public static @NotNull Path getPluginBasePath() {
|
||||
return requireNonNull(PluginManagerCore.getPlugin(CODEGPT_ID)).getPluginPath();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue