Skip to content

Add support for frequency and presence penalties in handleChatComplet… #3

Add support for frequency and presence penalties in handleChatComplet…

Add support for frequency and presence penalties in handleChatComplet… #3

Workflow file for this run

name: Deploy Worker
on:
push:
pull_request:
repository_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v2
- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: deploy --minify src/index.ts