Skip to content

Commit

Permalink
fix(language-models): comment out AnthropicSetting due to CORS error
Browse files Browse the repository at this point in the history
  • Loading branch information
anpigon committed Jul 7, 2024
1 parent 80c098f commit 7283d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/setting/components/language-models/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function LanguageModels() {
<GoogleSetting />
<GroqSetting />
<UpstageSetting />
<AnthropicSetting />
{/* <AnthropicSetting /> */}{/* Anthropic API는 CORS 에러가 발생해서 일단 보류 */}
</>
);
}

0 comments on commit 7283d60

Please sign in to comment.