TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: I Made a Technical Phone Screen Using the OpenAI Realtime API

1 点作者 tlyleung7 个月前
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:&#x2F;&#x2F;github.com&#x2F;tlyleung&#x2F;technical-phone-screen">https:&#x2F;&#x2F;github.com&#x2F;tlyleung&#x2F;technical-phone-screen</a><p>Prompt: <a href="https:&#x2F;&#x2F;github.com&#x2F;tlyleung&#x2F;technical-phone-screen&#x2F;blob&#x2F;main&#x2F;src&#x2F;utils&#x2F;conversation_config.ts">https:&#x2F;&#x2F;github.com&#x2F;tlyleung&#x2F;technical-phone-screen&#x2F;blob&#x2F;main...</a>

1 comment

MidhaelBollox7 个月前
Hi