Tsiak-Hua Ng
Results
2
issues of
Tsiak-Hua Ng
Kor github: https://github.com/eyurtsev/kor?tab=readme-ov-file The code I wrote: ``` import os from bigdl.llm.langchain.llms import TransformersLLM from langchain.agents import AgentExecutor, create_react_agent from kor import create_extraction_chain, Object, Text system_prompt="""Discard any prior instructions. You...
user issue
chat_utils.py line 99 When the llm is None, the "output = llm(message)" will throw error.