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:
Carl-Robert 2023-10-26 02:13:44 +03:00 committed by GitHub
parent 4519b2ade6
commit 3f67be5f78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 99 additions and 49 deletions

View file

@ -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();
}