diff --git a/.github/workflows/auto_update_price_and_context_window.yml b/.github/workflows/auto_update_price_and_context_window.yml index a2b677e53..e7d65242c 100644 --- a/.github/workflows/auto_update_price_and_context_window.yml +++ b/.github/workflows/auto_update_price_and_context_window.yml @@ -15,7 +15,7 @@ jobs: pip install aiohttp - name: Update JSON Data 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 run: | git add model_prices_and_context_window.json diff --git a/ci_cd/auto_update_price_and_context_window_file.py b/.github/workflows/auto_update_price_and_context_window_file.py similarity index 100% rename from ci_cd/auto_update_price_and_context_window_file.py rename to .github/workflows/auto_update_price_and_context_window_file.py