Skip to content

Commit

Permalink
Cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Aug 2, 2023
1 parent fcecdd3 commit bf633e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/llms/anthropic/AnthropicSourceSetup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export function AnthropicSourceSetup(props: { sourceId: DModelSourceId }) {
enabled: !hasModels && shallFetchSucceed,
onSuccess: models => source && useModelsStore.getState().addLLMs(models.models.map(model => anthropicModelToDLLM(model, source))),
staleTime: Infinity,
refetchOnMount: 'always',
});

return <Box sx={{ display: 'flex', flexDirection: 'column', gap: settingsGap }}>
Expand Down

1 comment on commit bf633e1

@vercel
Copy link

@vercel vercel bot commented on bf633e1 Aug 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

big-agi – ./

big-agi-git-main-enricoros.vercel.app
big-agi-enricoros.vercel.app
get.big-agi.com

Please sign in to comment.