add fields to tto order view
This commit is contained in:
@@ -6,7 +6,6 @@ export const isValidOpenAiEnv = async () => {
|
||||
await client.models.list();
|
||||
return true;
|
||||
} catch (e) {
|
||||
console.log('AI not enabled');
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user