#103 — Setup local backend - frontend for dev

Repo: Twill-AI/twill-llm-engine State: closed | Status: done Assignee: meliascosta

Created: 2024-08-22 · Updated: 2024-08-26

Description

I want to be able to test the LLM Engine locally with the real UI. For that I need to access remote “real” test data. The proposed setup for this is the following. The local facade service will use a local database for all except for the LLM Engine which would access (read only) the Supabase Staging instance.

AC:

  • General credentials for DB and LLM Engine are separated in facade
  • The frontend works locally with a local backend service

Notes

Add implementation notes, blockers, and context here

Add wikilinks to related people, meetings, or other tickets