Skip to content

0.1.11 for broca.repsond_with_schema to use function calling #67

0.1.11 for broca.repsond_with_schema to use function calling

0.1.11 for broca.repsond_with_schema to use function calling #67

Workflow file for this run

name: Ruby
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
services:
redis:
image: redis/redis-stack-server:latest
ports:
- 6379:6379
pgvector:
image: ankane/pgvector:latest
env:
POSTGRES_PASSWORD: foobar
ports:
- 5432:5432
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- "3.2.1"
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake