forked from phoenix/litellm-mirror
moved script to the workflow folder
This commit is contained in:
parent
ac044c4bc6
commit
874847099a
2 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
||||||
pip install aiohttp
|
pip install aiohttp
|
||||||
- name: Update JSON Data
|
- name: Update JSON Data
|
||||||
run: |
|
run: |
|
||||||
python ci_cd/auto_update_price_and_context_window_file.py
|
python ".github/workflows/auto_update_price_and_context_window_file.py"
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
run: |
|
run: |
|
||||||
git add model_prices_and_context_window.json
|
git add model_prices_and_context_window.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue