diff --git a/wrangler.toml b/wrangler.toml index 2381ec0..d8fffdb 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,5 +1,5 @@ name = "llm-pricing-api" -account_id = ${{ secrets.CF_ACCOUNT_ID }} +account_id = "${{ secrets.CF_ACCOUNT_ID }}" compatibility_date = "2023-01-01" [env.production]