This commit is contained in:
Martin Sosic 2023-06-12 22:41:56 +02:00
parent d16b3da33b
commit 65ec766ad6

View File

@ -1,5 +1,7 @@
module Wasp.Cli.Command.AI.GenerateNewProject () where
-- TODO: Probably move this module out of here into general wasp lib.
import Wasp.OpenAI (OpenAIApiKey)
import qualified Wasp.OpenAI.ChatGPT as Chat