miurla / morphic
- ΡΠ΅ΡΠ²Π΅ΡΠ³, 11 Π°ΠΏΡΠ΅Π»Ρ 2024β―Π³. Π² 00:00:02
An AI-powered answer engine with a generative UI
An AI-powered answer engine with a generative UI.
Fork the repo to your Github account, then run the following command to clone the repo:
git clone git@github.com:[YOUR_GITHUB_ACCOUNT]/morphic.git
cd morphic
bun i
cp .env.local.example .env.local
Your .env.local file should look like this:
# Used to set the base URL path for OpenAI API requests.The default value is https://api.openai.com/v1
OPENAI_API_BASE=
# OpenAI API key retrieved here: https://platform.openai.com/api-keys
OPENAI_API_KEY=[YOUR_OPENAI_API_KEY]
# Tavily API Key retrieved here: https://app.tavily.com/home
TAVILY_API_KEY=[YOUR_TAVILY_API_KEY]
bun dev
You can now visit http://localhost:3000.
Host your own live version of Morphic with Vercel.