Skip to content

Commit

Permalink
chore: force redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-bo-davis committed May 14, 2024
1 parent 91cd856 commit bb7fb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remix/app/.server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const anthropic = providerAnthropic as ProviderModule;
const langchain = providerLangchain as ProviderModule;
const mistral = providerMistral as ProviderModule;
const ollama = providerOllama as ProviderModule;
// @ts-expect-error - not fighting with module types for now
// @ts-expect-error - not fighting with weird type error for now
const openai = providerOpenai as ProviderModule;

import * as toolCodeElementsQuery from '@codellm/tool-code-elements-query';
Expand Down

0 comments on commit bb7fb30

Please sign in to comment.