mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: openai and stabilityai integration (#3439)
* chore: create trait * test: add tests * chore: remove log * chore: disable log
This commit is contained in:
@ -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,
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user