Skip to content

LLM Wrapper Error: ValueError: OPENAI_API_KEY not found in the environmen(t). #67

LLM Wrapper Error: ValueError: OPENAI_API_KEY not found in the environmen(t).

LLM Wrapper Error: ValueError: OPENAI_API_KEY not found in the environmen(t). #67

Workflow file for this run

name: bot
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thanks a lot for the first issue posting"
pr-message: "Thanks a lot for your first Pull Request"