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 autogen/autogen_pirate_translation/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Aye, the translation be keepin' true to the original intent. The Almighty's nami
## Installation
Ensure Python 3 and pip are installed on your system. Install the necessary libraries:
```bash
pip install python-dotenv pyautogen
pip install python-dotenv ag2
```

## Setup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This system leverages a structured, iterative approach involving multiple specia
## Installation
Ensure Python 3 and pip are installed on your system. Install the necessary Python libraries:
```bash
pip install python-dotenv chromadb pyautogen
pip install python-dotenv chromadb ag2
```

## Setup
Expand Down
2 changes: 1 addition & 1 deletion autogen/autogen_rag_single_agent_translation/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ After feedback from the target language community, single-prompt responses from
## Installation
Ensure Python 3 and pip are installed on your system. Install the necessary Python libraries:
```bash
pip install python-dotenv chromadb pyautogen
pip install python-dotenv chromadb ag2
```

## Setup
Expand Down
2 changes: 1 addition & 1 deletion autogen/autogen_self_consistency_approach/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This script facilitates a translation and voting process where n agents generate
Run the following command to install the necessary packages:

```bash
pip install pyautogen chromadb sacrebleu python-Levenshtein tiktoken dotenv
pip install ag2 chromadb sacrebleu python-Levenshtein tiktoken dotenv
pip install markdownify vectordb anthropic pypdf
```

Expand Down