Skip to content

Conversation

@qinyiwei
Copy link
Collaborator

No description provided.


class AutoCotPromptware(Promptware):
def _info(self) -> SoftwareInfo:
return SoftwareInfo(
Copy link
Contributor

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 :

import requests
from bs4 import BeautifulSoup
from serpapi import GoogleSearch
from IPython.utils import io
Copy link
Contributor

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)

@pfliu-nlp
Copy link
Contributor

(1) add more information into SoftwareInfo
(2) remove the dependency of IPython
(3) rename script to software.py (if there are multiple sub-software, put them into different folders)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants