🔀 chore(config.yaml): comment out unused wrapper and prompt template configurations

The configurations for the ChatPromptTemplate, SystemMessagePromptTemplate, and HumanMessagePromptTemplate wrappers have been commented out as they are currently not being used. This helps to improve code readability and reduces unnecessary clutter in the configuration file.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-06-29 12:59:25 -03:00
commit c180a6c644

View file

@ -141,9 +141,6 @@ vectorstores:
- MongoDBAtlasVectorSearch
wrappers:
- RequestsWrapper
# - ChatPromptTemplate
# - SystemMessagePromptTemplate
# - HumanMessagePromptTemplate
output_parsers:
- StructuredOutputParser
- ResponseSchema