Guidelines and considerations for integrating AI functionality
Steps to use AI features in GitHub Spark:
- Describe the AI requirement in the editor, e.g. "Add a chatbot that answers questions about my app."
- Spark automatically integrates the model inference functionality through the SDK, generating the relevant code
- Test the performance of AI features using the preview interface
- Adjustments via new hints or direct code editing
Important Notes:
- Simplify integration by eliminating the need to manage API keys
- Users are required to test the accuracy of AI functionality on their own
- Refer to GitHub Models Responsible Use Guide
- Support features include:
- chatbot
- Content generation
- Intelligent Recommendations
This answer comes from the articleGitHub Spark: Rapidly Build and Deploy Mini-Apps with Natural LanguageThe