You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pydantic.errors.ConfigError: duplicate validator function "langchain.prompts.base.BasePromptTemplate.validate_variable_names"; if this is intended, set `allow_reuse=True`
To Reproduce
Steps to reproduce the behavior:
from langchain.llms import OpenAI
Run once
Run again
Expected behavior
No error
Screenshots
If applicable, add screenshots to help explain your problem.
Other Information (please complete the following information):
OS: [e.g. Windows10]
Python Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Steps to reproduce the behavior:
from langchain.llms import OpenAI
Expected behavior
No error
Screenshots
If applicable, add screenshots to help explain your problem.
Other Information (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: