feat: add LLM import pipeline with file upload and text input
This commit is contained in:
@@ -42,6 +42,7 @@ library
|
||||
build-depends:
|
||||
aeson
|
||||
, base >=4.7 && <5
|
||||
, base64-bytestring
|
||||
, blaze-html
|
||||
, blaze-markup
|
||||
, bytestring
|
||||
@@ -79,6 +80,7 @@ executable check-recipes
|
||||
build-depends:
|
||||
aeson
|
||||
, base >=4.7 && <5
|
||||
, base64-bytestring
|
||||
, blaze-html
|
||||
, blaze-markup
|
||||
, bytestring
|
||||
@@ -117,6 +119,7 @@ executable roux-server
|
||||
build-depends:
|
||||
aeson
|
||||
, base >=4.7 && <5
|
||||
, base64-bytestring
|
||||
, blaze-html
|
||||
, blaze-markup
|
||||
, bytestring
|
||||
@@ -161,6 +164,7 @@ test-suite roux-server-test
|
||||
build-depends:
|
||||
aeson
|
||||
, base >=4.7 && <5
|
||||
, base64-bytestring
|
||||
, blaze-html
|
||||
, blaze-markup
|
||||
, bytestring
|
||||
|
||||
Reference in New Issue
Block a user