fix(ai-public): hide public pool endpoint from users
This commit is contained in:
@@ -32,7 +32,6 @@ export type WebAiBindingsResponse = {
|
||||
enabled: boolean;
|
||||
providerName: string | null;
|
||||
model: string | null;
|
||||
endpoint: string | null;
|
||||
hasApiKey: boolean;
|
||||
} | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user