📝 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:
parent
d523b7f8b0
commit
02befe5052
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue