moved script to the workflow folder

This commit is contained in:
Rajan Paneru 2024-05-19 18:46:08 +09:30
parent ac044c4bc6
commit 874847099a
2 changed files with 1 additions and 1 deletions

View file

@ -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