yurei app
油冷啊
still in progress, not live on https://yurei.app/ yet, but you can clone it and try it out
仍在进行中,不在https://yurei.app/上生活,但是您可以克隆并尝试一下
a simple opensource social media researcher powered by exa ai api and youtube v3. built with vercel's ai sdk.
由EXA AI API和YouTube V3提供支持的简单开源社交媒体研究人员。由Vercel的AI SDK建造。
what it does:
它做什么:
searches youtube for videos
搜索YouTube视频
searches reddit for posts
搜索帖子
searches linkedin (kinda fucked rn, working on it)
搜索LinkedIn(Kinda fucked RN,在上面进行)
using grok-21212 as the llm
将Grok-21212用作LLM
how to install
如何安装
clone this repo npm install or yarn make a .env.local with: NEXT_PUBLIC_URL=http://localhost:3000 # For development NEXT_PUBLIC_SUPABASE_REDIRECT_URL=http://localhost:3000/auth/callback NEXT_PUBLIC_SUPABASE_URL= NEXT_PUBLIC_SUPABASE_ANON_KEY= // v3 from google console YOUTUBE_API_KEY= EXA_API_KEY= XAI_API_KEY=
clone this repo npm install or yarn make a .env.local with: NEXT_PUBLIC_URL=http://localhost:3000 # For development NEXT_PUBLIC_SUPABASE_REDIRECT_URL=http://localhost:3000/auth/callback NEXT_PUBLIC_SUPABASE_URL= NEXT_PUBLIC_SUPABASE_ANON_KEY= //V3来自Google Console Youtube_api_key = exa_api_key = xai_api_key =
how to run
如何运行
npm run dev or yarn dev open http://localhost:3000
NPM Run Dev或Yarn Dev Open http:// localhost:3000
tech stack
技术堆栈
license
执照
This project is licensed under Apache 2.0 - see LICENSE for details.
该项目已根据Apache 2.0许可 - 有关详细信息,请参见许可证。