📝 docs(config.yaml): add documentation links for LlamaCpp and CTransformers integrations

This commit adds documentation links for the LlamaCpp and CTransformers integrations in the config.yaml file. The links point to the relevant documentation pages on the LangChain website. This improves the accessibility of the documentation for these integrations.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-06-25 09:27:44 -03:00
commit 02befe5052

View file

@ -108,9 +108,9 @@ llms:
ChatOpenAI:
documentation: ""
LlamaCpp:
documentation: ""
documentation: "https://python.langchain.com/docs/modules/model_io/models/llms/integrations/llamacpp"
CTransformers:
documentation: ""
documentation: "https://python.langchain.com/docs/modules/model_io/models/llms/integrations/ctransformers"
Cohere:
documentation: ""
Anthropic: