Sync-Space-49 / syncspace-server

0 stars 0 forks source link

Connect AI to server #66

Closed DylanHalstead closed 10 months ago

DylanHalstead commented 11 months ago

Now that AI actually works we need to send a request through golang to the Flask server. An issue with the OpenAI request is it's v slow, so we need to prob use goroutines to not bottleneck the server waiting on the request.

DylanHalstead commented 11 months ago

Blocked till auth0 is setup with AI

Nathan-Laney commented 11 months ago

Accomplish by making method in syncspace server that makes a call to AI, can locally host AI container alongside the server container,

see sequence diag in backend general