Skip to content

Update README

Update README #3

name: General Knowledge
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
general-knowledge:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- run: ./gamal.js tests/general-knowledge.txt
env:
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
TAVILY_API_KEY: ${{ secrets.TAVILY_API_KEY }}