fix: api-key manager cleanup and log error on llm call (#1077)
* fix: api-key manager cleanup and log error on llm call * log improved
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { LoaderFunction } from '@remix-run/node';
|
||||
import type { LoaderFunction } from '@remix-run/cloudflare';
|
||||
import { providerBaseUrlEnvKeys } from '~/utils/constants';
|
||||
|
||||
export const loader: LoaderFunction = async ({ context, request }) => {
|
||||
|
||||
Reference in New Issue
Block a user