mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
* feat: add openai realtime models * chore: bump pipecat * fix: resample telephony audio for openai realtime * fix: sampling rate fix for openai realtime * chore: clean up dead code
9 lines
151 B
Bash
Executable file
9 lines
151 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
ruff check api --select I --select F401 --fix
|
|
ruff format api
|
|
|
|
ruff format pipecat
|
|
|
|
(cd ui && npm run fix-lint)
|