mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-21 20:23:18 +00:00
tiktoken
This commit is contained in:
parent
0ecdf1cf94
commit
d2d4e9f43e
3 changed files with 3 additions and 3 deletions
2
.github/workflows/translate_es.yml
vendored
2
.github/workflows/translate_es.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip3 install openai tqdm
|
||||
pip3 install openai tqdm tiktoken
|
||||
|
||||
- name: Update & install wget & translator.py
|
||||
run: |
|
||||
|
|
2
.github/workflows/translate_fr.yml
vendored
2
.github/workflows/translate_fr.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip3 install openai tqdm
|
||||
pip3 install openai tqdm tiktoken
|
||||
|
||||
- name: Update & install wget & translator.py
|
||||
run: |
|
||||
|
|
2
.github/workflows/translate_pt.yml
vendored
2
.github/workflows/translate_pt.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip3 install openai tqdm
|
||||
pip3 install openai tqdm tiktoken
|
||||
|
||||
- name: Update & install wget & translator.py
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue