chore: comment for maritalk (#6607)

This commit is contained in:
nobuo kawasaki 2024-11-08 05:20:12 +09:00 committed by GitHub
parent 27e18358ab
commit dad1d78c06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -226,7 +226,7 @@ def get_llm_provider( # noqa: PLR0915
## openrouter
elif model in litellm.openrouter_models:
custom_llm_provider = "openrouter"
## openrouter
## maritalk
elif model in litellm.maritalk_models:
custom_llm_provider = "maritalk"
## vertex - text + chat + language (gemini) models