markboard icon indicating copy to clipboard operation
markboard copied to clipboard

Integrate ChatGPT API into markboard

Open shiqimei opened this issue 3 years ago • 1 comments

Background

Since ChatGPT API has been released these days. We need to integrate ChatGPT into our product as soon as possible to chase the audience.

Details

  1. .env.example, .env. CHATGPT_API_KEY, CHATGPT_API_SECRET; process.env.HTTPS_PROXY
  2. Investigate whether ChatGPT session. create a session for each board.
  3. ChatGPTService
    chat(boardId: string, input: string): Promise<string>
    
  4. main.tsx Services.get('board') global.d.ts window
    window.Services = Services
    

shiqimei avatar Mar 03 '23 18:03 shiqimei

Can you assign me this issue? I think I can Integrate ChatGPT API into markboard @shiqimei @ccbond

raazseth avatar Mar 28 '23 20:03 raazseth