-
Notifications
You must be signed in to change notification settings - Fork 98
Add AndiBot and PhindBot #134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just a few minor suggestions for casing and phrasing.
"Andibot": { | ||
"operator": "[Andi](https://andisearch.com/)", | ||
"respect": "Unclear at this time", | ||
"function": "search engine using generative AI, AI Search Assistant", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"function": "search engine using generative AI, AI Search Assistant", | |
"function": "Search engine using generative AI, AI Search Assistant", |
Let's adjust the casing here.
"respect": "Unclear at this time", | ||
"function": "search engine using generative AI, AI Search Assistant", | ||
"frequency": "No information provided.", | ||
"description": "Scrapes website and provide genAI summary ." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's update this to provides
as well.
@@ -363,6 +370,13 @@ | |||
"operator": "[Huawei](https://huawei.com/)", | |||
"respect": "Yes" | |||
}, | |||
"PhindBot": { | |||
"description": "Company offers AI agent that use genAI and generate extra web query on the fly", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And we can update this to generates web queries
.
Fixes #75