mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 14:31:55 +00:00
community[patch]: docstrings update (#20301)
Added missed docstrings. Format docstings to the consistent form.
This commit is contained in:
@@ -16,7 +16,7 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class Konko(LLM):
|
||||
"""Wrapper around Konko AI models.
|
||||
"""Konko AI models.
|
||||
|
||||
To use, you'll need an API key. This can be passed in as init param
|
||||
``konko_api_key`` or set as environment variable ``KONKO_API_KEY``.
|
||||
|
Reference in New Issue
Block a user