Skip to content

Commit be6ca90

Browse files
committed
fix import path
1 parent 1cfc5de commit be6ca90

File tree

1 file changed

+1
-1
lines changed
  • examples/configs/rag/custom_rag_output_rails

1 file changed

+1
-1
lines changed

examples/configs/rag/custom_rag_output_rails/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
from langchain_core.language_models.llms import BaseLLM
16+
from langchain_core.language_models import BaseLLM
1717
from langchain_core.output_parsers import StrOutputParser
1818
from langchain_core.prompts import PromptTemplate
1919

0 commit comments

Comments
 (0)