removed unused console log
This commit is contained in:
parent
8017707fa9
commit
2657f0f29d
1 changed files with 0 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ export const useGetOpenAIModelsQuery = (
|
|||
options?: Omit<UseQueryOptions<ModelsResponse>, "queryKey" | "queryFn">,
|
||||
) => {
|
||||
const queryClient = useQueryClient();
|
||||
console.log("params", params);
|
||||
|
||||
async function getOpenAIModels(): Promise<ModelsResponse> {
|
||||
const url = new URL("/api/models/openai", window.location.origin);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue