feat: openai and stabilityai integration (#3439)

* chore: create trait

* test: add tests

* chore: remove log

* chore: disable log
This commit is contained in:
Nathan.fooo
2023-09-21 12:41:52 +08:00
committed by GitHub
parent 37a5054ebd
commit 6ba7fc0317
23 changed files with 475 additions and 224 deletions

View File

@ -21,6 +21,7 @@ class Log {
printEmojis: true, // Print an emoji for each log message
printTime: false // Should each log print contain a timestamp
),
level: kDebugMode ? Level.verbose : Level.info,
);
}