AI Assistant
Configuration Instructions
AI Assistant supports connecting to multiple large cloud-based models as underlying models. Team administrators can configure AI models on the team's AI Assistant management page and enable the AI Assistant feature.

Cloud API Key: After activating the use of large models on the cloud official website, fill in the configuration of cloud API keys related to requesting large models. Different versions of models have varying performance and charging standards; please refer to the model's official documentation.
Token Limit: Once the number of Tokens consumed by the current team exceeds this limit, the AI Assistant feature will be automatically disabled. To prevent abuse of your model resources, it is recommended to set a Token limit.
Allowlist: Restrict access permissions for the AI Assistant feature.
Feature Description
AI Assistant supports multiple mainstream programming languages and can provide suggestions for various code issues such as poorly formatted code, security vulnerabilities, and logical errors.


Warning
Generating AI fix suggestions requires sending the code context to the large cloud-based model. Before using this feature, please ensure that your code does not contain any sensitive or confidential information.
Due to the current limitations of generative large models, AI-generated fix suggestions are for reference only and cannot be guaranteed to be 100% reliable. Please do not forget to manually test and verify the fixed code.