mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-03-03 00:25:02 +08:00
feat: add claude and bard
This commit is contained in:
@@ -2,9 +2,11 @@ import { MaskConfig, ProviderConfig } from "../store";
|
||||
import { shareToShareGPT } from "./common/share";
|
||||
import { createOpenAiClient } from "./openai";
|
||||
import { ChatControllerPool } from "./common/controller";
|
||||
import { createAnthropicClient } from "./anthropic";
|
||||
|
||||
export const LLMClients = {
|
||||
openai: createOpenAiClient,
|
||||
anthropic: createAnthropicClient,
|
||||
};
|
||||
|
||||
export function createLLMClient(
|
||||
|
||||
Reference in New Issue
Block a user