Skip to content

fix: 4 bugs — top_logprobs clamp, surgery XSS, EventSource leak, ws.s… #75

fix: 4 bugs — top_logprobs clamp, surgery XSS, EventSource leak, ws.s…

fix: 4 bugs — top_logprobs clamp, surgery XSS, EventSource leak, ws.s… #75

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo check