Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koji/autogen
testing autogen
https://github.com/koji/autogen
agent autogen chatgpt-api llm openai python
Last synced: 26 days ago
JSON representation
testing autogen
- Host: GitHub
- URL: https://github.com/koji/autogen
- Owner: koji
- Created: 2023-10-18T02:23:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T16:31:27.000Z (about 1 year ago)
- Last Synced: 2024-04-16T14:24:27.319Z (7 months ago)
- Topics: agent, autogen, chatgpt-api, llm, openai, python
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# autogen
testing [autogen](https://github.com/microsoft/autogen)## env
python version: 3.11.4## install packages
```zsh
pip install -r requirements.txt
```## how to run 001
The only one requirement is an OpenAI API key.001 is to write FizzBuzz code in python and run the generated code.
```zsh
cd 001
``````zsh
cp .env.sample .env
```Put the OpenAI API key into `.env` file.
```zsh
python app.py
```medium
https://koji-kanao.medium.com/fizzbuzz-with-autogen-fb1a234f6588## how to run 002
Install [LM Studio](https://lmstudio.ai/) and download a model.
After downloading the model, start local server.```zsh
cd 002 && python app.py
```