You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Lightning ⚡️ AI Style Guide Assistant is a specialized adaptation of the [Lightning Chatbot](https://github.com/MaxMLang/lightningfast-ai-chat), designed to assist in maintaining consistency and accuracy in style guides. Leveraging Groq LPUs, it provides real-time style and grammar recommendations, making it an essential tool for editors and writers. This AI-powered assistant enhances productivity by automating the enforcement of writing standards and style consistency.
13
+
14
+
## Features
15
+
16
+
- ⚡ Real-time style and grammar recommendations powered by Groq LPUs.
17
+
- 📘 Supports custom style guide integration for personalized recommendations.
18
+
- 💬 Interactive editing experience with instant feedback.
19
+
- 🌐 Deploy easily using the Streamlit web framework.
Process the user's code and generate a response using the conversation chain.
78
+
"""
79
+
prompt=f"Please rewrite the provided {programming_language} code to adhere strictly to the {style_guide} standards. Ensure the output consists solely of the revised code, ready for copy-paste:\n\n{user_code}. Please ensure to that the output only consists of the revised code this is very important!"
0 commit comments