Commit c701983 1 parent fbc4212 commit c701983 Copy full SHA for c701983
File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ github = "https://github.com/Pierre-LouisBJT/yc-interview-prep"
97
97
# paper = "#FFFFFF"
98
98
99
99
[UI .theme .light .primary ]
100
- # main = "#F80061 "
100
+ main = " #f26522 "
101
101
# dark = "#980039"
102
102
# light = "#FFE7EB"
103
103
[UI .theme .light .text ]
@@ -110,7 +110,7 @@ github = "https://github.com/Pierre-LouisBJT/yc-interview-prep"
110
110
# paper = "#FFFFFF"
111
111
112
112
[UI .theme .dark .primary ]
113
- # main = "#F80061 "
113
+ main = " #f26522 "
114
114
# dark = "#980039"
115
115
# light = "#FFE7EB"
116
116
[UI .theme .dark .text ]
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ async def handle_error(event):
62
62
openai_realtime .add_tool (tool_def , tool_handler )
63
63
for tool_def , tool_handler in tools
64
64
]
65
- print ("Adding tools" )
66
65
await asyncio .gather (* coros )
67
66
68
67
You can’t perform that action at this time.
0 commit comments