You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/core/langchain_core/language_models
Theo / Taeyoon Kang 1987f905ed
core[patch]: Support .yml extension for YAML (#16783)
- **Description:**

[AS-IS] When dealing with a yaml file, the extension must be .yaml.  

[TO-BE] In the absence of extension length constraints in the OS, the
extension of the YAML file is yaml, but control over the yml extension
must still be made.

It's as if it's an error because it's a .jpg extension in jpeg support.

  - **Issue:** - 

  - **Dependencies:**
no dependencies required for this change,
5 months ago
..
__init__.py [core] langauge model like (#15180) 6 months ago
base.py Accept message-like things in Chat models, LLMs and MessagesPlaceholder (#16418) 5 months ago
chat_models.py langchain[minor], community[minor], core[minor]: Async Cache support and AsyncRedisCache (#15817) 5 months ago
llms.py core[patch]: Support .yml extension for YAML (#16783) 5 months ago