Skip to content

Commit

Permalink
Remove ChatBotRu provider
Browse files Browse the repository at this point in the history
  • Loading branch information
zachey01 committed Aug 28, 2024
1 parent 11ba1a7 commit 411cd4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 57 deletions.
54 changes: 0 additions & 54 deletions src/Providers/ChatCompletion/ChatBotRu.js

This file was deleted.

4 changes: 1 addition & 3 deletions src/providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import NextwayProvider from "./Providers/ChatCompletion/Nextway.js";
import ChromeProvider from "./Providers/ChatCompletion/Chrome.js";
import OllamaProvider from "./Providers/ChatCompletion/Ollama.js";
import AlibabaProvider from "./Providers/ChatCompletion/Alibaba.js";
import ChatBotRuProvider from "./Providers/ChatCompletion/ChatBotRu.js";

import DALLE2Provider from "./Providers/ImageGeneration/DALLE.js";
import StableDiffusionProvider from "./Providers/ImageGeneration/StableDiffusion.js";
Expand All @@ -17,9 +16,8 @@ const PROVIDERS = {
Chrome: ChromeProvider,
Ollama: OllamaProvider,
Alibaba: AlibabaProvider,
ChatBotRu: ChatBotRuProvider,
DALLE2: DALLE2Provider,
StableDiffusion: StableDiffusionProvider
StableDiffusion: StableDiffusionProvider,
};

class GPT4js {
Expand Down

0 comments on commit 411cd4e

Please sign in to comment.