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
"what is devr.ai?": "Devr.AI is an AI-powered Developer Relations assistant that helps open-source communities by automating engagement and issue tracking.",
16
+
"how do i contribute?": "You can contribute by visiting our GitHub repo, checking open issues, and submitting pull requests.",
17
+
"what platforms does devr.ai support?": "Devr.AI integrates with Discord, Slack, GitHub, and Discourse to assist developers and maintainers.",
18
+
"who maintains devr.ai?": "Devr.AI is maintained by an open-source community of developers.",
19
+
"how do i report a bug?": "You can report a bug by opening an issue on our GitHub repository.",
20
+
}
21
+
22
+
asyncdefis_faq(self, message: str):
23
+
"""Check if the question is in the FAQ and return the response"""
0 commit comments