Can I configure the JetBrains plugin to point to a locally self-hosted aiXcoder model?
I have deployed an aiXcoder model locally, but when using the aiXcoder plugin, I noticed that it requires me to log in. After a successful login, I couldn't find an option to configure the plugin to point to my self-hosted aiXcoder model. Is there a way to set the plugin to use a locally deployed model? Or are there any plans to introduce this configuration option in the future? Many thanks!
Sorry, we currently do not support plugin-side integration with locally deployed models, as the aiXcoder plugin requires a corresponding server-side component. At the moment, we do not have plans to open source either the plugin-side or the server-side components. You may refer to open source server-side solutions in the text generation domain, as well as open source code plugins, to set up the complete service.
Sorry, we currently do not support plugin-side integration with locally deployed models, as the aiXcoder plugin requires a corresponding server-side component. At the moment, we do not have plans to open source either the plugin-side or the server-side components. You may refer to open source server-side solutions in the text generation domain, as well as open source code plugins, to set up the complete service.
So, if u rwant to use it really locally ,u have to develop a totally new server and IDE plugin ....