diff options
author | kqlio67 <166700875+kqlio67@users.noreply.github.com> | 2024-07-28 18:24:48 +0200 |
---|---|---|
committer | kqlio67 <166700875+kqlio67@users.noreply.github.com> | 2024-07-28 18:24:48 +0200 |
commit | 15fdd2cb069f47f468f330d40f0d34c2cd18ebc8 (patch) | |
tree | be3d3a74a9c949b1fe74f83579462be77fecd843 /g4f/Provider/__init__.py | |
parent | Fixed a bug in the Liaobots provider (diff) | |
download | gpt4free-15fdd2cb069f47f468f330d40f0d34c2cd18ebc8.tar gpt4free-15fdd2cb069f47f468f330d40f0d34c2cd18ebc8.tar.gz gpt4free-15fdd2cb069f47f468f330d40f0d34c2cd18ebc8.tar.bz2 gpt4free-15fdd2cb069f47f468f330d40f0d34c2cd18ebc8.tar.lz gpt4free-15fdd2cb069f47f468f330d40f0d34c2cd18ebc8.tar.xz gpt4free-15fdd2cb069f47f468f330d40f0d34c2cd18ebc8.tar.zst gpt4free-15fdd2cb069f47f468f330d40f0d34c2cd18ebc8.zip |
Diffstat (limited to 'g4f/Provider/__init__.py')
-rw-r--r-- | g4f/Provider/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/Provider/__init__.py b/g4f/Provider/__init__.py index 0bcab3f2..c47ae823 100644 --- a/g4f/Provider/__init__.py +++ b/g4f/Provider/__init__.py @@ -37,6 +37,7 @@ from .Koala import Koala from .Liaobots import Liaobots from .Llama import Llama from .Local import Local +from .Marsyoo import Marsyoo from .MetaAI import MetaAI from .MetaAIAccount import MetaAIAccount from .Ollama import Ollama |