mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 18:57:05 +08:00
AIProviderSelector Impl & AI Models added to RequestModel
This commit is contained in:
@@ -20,6 +20,7 @@ class SidebarRequestCardTextBox extends StatelessWidget {
|
||||
switch (apiType) {
|
||||
APIType.rest => method.abbr,
|
||||
APIType.graphql => apiType.abbr,
|
||||
APIType.ai => apiType.abbr,
|
||||
},
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
|
||||
Reference in New Issue
Block a user