Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diamondgotcat/autogen
AI asks AI questions and answers them.
https://github.com/diamondgotcat/autogen
Last synced: 28 days ago
JSON representation
AI asks AI questions and answers them.
- Host: GitHub
- URL: https://github.com/diamondgotcat/autogen
- Owner: DiamondGotCat
- License: mit
- Created: 2024-11-16T05:33:10.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T05:36:41.000Z (about 2 months ago)
- Last Synced: 2024-11-16T06:24:03.294Z (about 2 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoGen
AI asks AI questions and answers them.## Requiments
- `openai`
- `rich`
- `typing-extensions````bash
pip install openai rich typing-extensions
```