Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```