mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 02:07:00 +08:00
AIProviderSelector Impl & AI Models added to RequestModel
This commit is contained in:
@@ -36,6 +36,7 @@ Color getAPIColor(
|
||||
method,
|
||||
),
|
||||
APIType.graphql => kColorGQL,
|
||||
APIType.ai => Colors.amber,
|
||||
};
|
||||
if (brightness == Brightness.dark) {
|
||||
col = col.toDark;
|
||||
|
||||
Reference in New Issue
Block a user