Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Jan 29, 2025
1 parent d73a41b commit 2134eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
pip install openai agno langgraph langchain_openai
- name: Run Performance Tests
# env:
# OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
echo "Running LangGraph Performance Test..."
python evals/performance/other/langgraph_instantiation.py > langgraph_results.txt
Expand Down

0 comments on commit 2134eb6

Please sign in to comment.