Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Our goal is to help users from students to researchers transform their ideas int
- Linux or MaxOS
- Python 3.10+
- [openai](https://github.com/openai)
- [pyautogen](https://github.com/microsoft/autogen)
- [ag2](https://github.com/microsoft/autogen)


a. Clone the project.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ prompt-toolkit==3.0.43
psutil==5.9.8
ptyprocess==0.7.0
pure-eval==0.2.2
pyautogen==0.2.12
ag2==0.2.12
pydantic==2.6.1
pydantic_core==2.16.2
Pygments==2.17.2
Expand Down
2 changes: 1 addition & 1 deletion src/notebook/essay_gen.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"\n",
"```bash\n",
"!pip install openai\n",
"!pip install pyautogen\n",
"!pip install ag2\n",
"!pip install Pillow\n",
"!pip install matplotlib\n",
"!pip install markdown-it\n",
Expand Down