We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cfc5de commit be6ca90Copy full SHA for be6ca90
examples/configs/rag/custom_rag_output_rails/config.py
@@ -13,7 +13,7 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
16
-from langchain_core.language_models.llms import BaseLLM
+from langchain_core.language_models import BaseLLM
17
from langchain_core.output_parsers import StrOutputParser
18
from langchain_core.prompts import PromptTemplate
19
0 commit comments