Skip to content

Commit 4ea16d4

Browse files
committed
chore: insert the minimal settings for endpoints to be reachable
1 parent e0bc7e7 commit 4ea16d4

File tree

1 file changed

+4
-0
lines changed
  • src/prisma/migrations/20240221221027_insert_required_settings

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- Those settings are required to reach our endpoints, since no more using OpenAI (but having the code for test purposes), they look quite empty :)
2+
INSERT INTO public."Settings"
3+
("onlyTrueAsId", "llmBotAssistantId", "llmAnalyzerAssistantId")
4+
VALUES(true, 'not_using_openai_here', 'not_using_openai_here');

0 commit comments

Comments
 (0)