fix: Clean up some legacy code and fix Groq provider (#1950)

This commit is contained in:
Matthew Zhou
2024-10-28 14:13:11 -07:00
committed by GitHub
parent 969300fb56
commit 9439e5e255
7 changed files with 29 additions and 76 deletions

View File

@@ -5,6 +5,7 @@ env:
COMPOSIO_API_KEY: ${{ secrets.COMPOSIO_API_KEY }}
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}
on:
push: