Skip to content

Commit

Permalink
chore: insert the minimal settings for endpoints to be reachable
Browse files Browse the repository at this point in the history
  • Loading branch information
sneko committed Feb 21, 2024
1 parent 0c5fe25 commit 50ab7f0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- Those settings are required to reach our endpoints, since no more using OpenAI (but having the code for test purposes), they look quite empty :)
INSERT INTO public."Settings"
("onlyTrueAsId", "llmBotAssistantId", "llmAnalyzerAssistantId")
VALUES(true, 'not_using_openai_here', 'not_using_openai_here');

0 comments on commit 50ab7f0

Please sign in to comment.