Update __init__.py to import Ollama

pull/1914/head
hdsz25 1 month ago committed by GitHub
parent 029afa95dd
commit be64292047
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,4 +7,5 @@ from .Poe import Poe
from .Openai import Openai
from .Groq import Groq
from .OpenRouter import OpenRouter
from .OpenaiAccount import OpenaiAccount
from .OpenaiAccount import OpenaiAccount
from .Ollama import Ollama

Loading…
Cancel
Save