Hi HN! I’ve been playing around with the OpenAI Realtime API this week and thought a fun way to try out its capabilities would be to build a Technical Phone Screen app.<p>Just a heads-up, you’ll need your own OpenAI API Key to run it (since it burns through credits at 24c per minute).<p>If you open up the browser console, you can also see the transcript when interacting with it.<p>Source code: <a href="https://github.com/tlyleung/technical-phone-screen">https://github.com/tlyleung/technical-phone-screen</a><p>Prompt: <a href="https://github.com/tlyleung/technical-phone-screen/blob/main/src/utils/conversation_config.ts">https://github.com/tlyleung/technical-phone-screen/blob/main...</a>