Skip to content

alexsnowschool/lovely-yours

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alex Snow School 👋

Mistralai/mistral-7b-instruct နဲ့ Google Translate ကို သုံးပြီး မြန်မာလို စာရေးကြည့်ကြမယ်။

မှတ်ချက် - localhost မှ တဆင့်အသုံးပြုလိုသူများသည် OpenAI အကောင့်အပြင် Notion API integration ကို နာလည်ဖို့ လိုအပ်ပါသည်။ Next.js ဖြင့် ရေးဖြင့် ရေသားထားသောကြောင့် Next.js နှင့် React.js အခြေခံ ရှိသူများအတွက် ပိုမိုနာလည်းမှု ရစေမှာဖြစ်ပါသည်။

Setting up locally

  1. Clone the repo
git clone https://github.com/alexsnowschool/burmese-gpt3-playground.git
  1. Go to directory and install requirement libraries
cd burmese-gpt3-playground && npm install
  1. Update .env file with specfic keys
OPENAI_API_KEY=<PLACEHOLDER>
NOTION_API_KEY=<PLACEHOLDER>
NOTION_DATABASE_ID=<PLACEHOLDER>
  1. Run locally
npm run dev
  1. Go to localhost:3000 to test
> [email protected] dev
> next dev

ready - started server on 0.0.0.0:3000, url: http://localhost:3000
info  - Loaded env from /home/alexsnow/Documents/personal/playground/burmese-gpt3-playground/.env
event - compiled client and server successfully in 500 ms (156 modules)

Sample UI

About

This project intended for play around with gpt-3 for burmese.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.6%
  • CSS 44.4%