mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-21 03:32:33 +02:00
rename routes from inference to ai-gateway
This commit is contained in:
@@ -1558,6 +1558,7 @@ export const resourceQueries = {
|
||||
AxiosResponse<{
|
||||
providers: Array<{
|
||||
providerId: number;
|
||||
niceId: string;
|
||||
name: string;
|
||||
type: string;
|
||||
enabled: boolean;
|
||||
@@ -1579,6 +1580,7 @@ export const resourceQueries = {
|
||||
AxiosResponse<{
|
||||
providers: Array<{
|
||||
providerId: number;
|
||||
niceId: string;
|
||||
name: string;
|
||||
type: string;
|
||||
enabled: boolean;
|
||||
|
||||
Reference in New Issue
Block a user