Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/generate_pull_request_description.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
generate-pull-request-description:
name: Write PR Description
runs-on: ubuntu-latest
concurrency:
group: website_workflow
cancel-in-progress: true

steps:
- name: Checkout Repository
Expand All @@ -18,7 +21,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: "3.12"
python-version: "3.11"

- name: Install Dependencies
run: |
Expand Down
2 changes: 2 additions & 0 deletions ai/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
OPENAI_API_KEY="<token here>"
PINECONE_API_KEY="<token here>"