添加staging release workflow (#22)
* update variable name * update docker port * fix alembic migration files * 给远端 SSH 调用加了 keepalive * fix app-expo code file format * comment out quality test threshold --------- Co-authored-by: Kevin <kevin@brighteng.org>
This commit is contained in:
@@ -172,10 +172,7 @@ export class WsClient {
|
||||
return true;
|
||||
}
|
||||
|
||||
sendText(
|
||||
text: string,
|
||||
opts?: { ttsThisTurn?: boolean },
|
||||
): boolean {
|
||||
sendText(text: string, opts?: { ttsThisTurn?: boolean }): boolean {
|
||||
return this.send({
|
||||
type: 'text',
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user