From dfd093a6e17f262c67d13fea4f786cf48c101eba Mon Sep 17 00:00:00 2001 From: zh-plus Date: Fri, 29 Mar 2024 15:36:42 +0800 Subject: [PATCH] Fix CI error. --- .github/workflows/ci.yml | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1fd882..c8ef796 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,8 @@ jobs: id: setup-ffmpeg - name: Add OpenAI key to environment variables run: echo "OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}" >> $GITHUB_ENV + - name: Add ANTHROPIC API Key to environment variables + run: echo "ANTHROPIC_API_KEY=${{ secrets.ANTHROPIC_API_KEY }}" >> $GITHUB_ENV - name: Test with unittest working-directory: ./tests run: | diff --git a/README.md b/README.md index a303a06..a36fd83 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ description_map: { } ``` -## Pricing +## Pricing 💰 *pricing data from [OpenAI](https://openai.com/pricing) and [Anthropic](https://docs.anthropic.com/claude/docs/models-overview#model-comparison)*