-
Notifications
You must be signed in to change notification settings - Fork 0
add react #139
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?
add react #139
Conversation
|
|
||
| class AutoCotPromptware(Promptware): | ||
| def _info(self) -> SoftwareInfo: | ||
| return SoftwareInfo( |
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.
Add more metadata info, for example :
| return SoftwareInfo( |
softwares/react/react.py
Outdated
| import requests | ||
| from bs4 import BeautifulSoup | ||
| from serpapi import GoogleSearch | ||
| from IPython.utils import io |
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.
Can we remove this dependency (Ipython)
|
(1) add more information into |
No description provided.