the relay server for openai websocket is ready

This commit is contained in:
RockYang
2024-10-17 16:46:41 +08:00
parent e356771049
commit 43c507c597
13 changed files with 184 additions and 263 deletions

View File

@@ -9,7 +9,7 @@
margin: 0;
overflow: hidden;
font-family: Arial, sans-serif;
width 100vw
width 100%
.phone-container {
position: relative;
@@ -90,7 +90,7 @@
justify-content: space-between;
align-items: center;
padding: 0;
width 100vw
width 100%
.wave-container {
padding 3rem
@@ -148,13 +148,6 @@
flex-flow row
justify-content: space-between;
width 100%
.left {
margin-left 3rem
}
.right {
margin-right 3rem
}
}
.call-controls {