我们已完成 1.25 亿美元的 B 轮融资,用于构建代理工程平台。阅读更多。
Python
from langchain_community.llms import KoboldApiLLM
llm = KoboldApiLLM(endpoint="http://192.168.1.144:5000", max_length=80)
response = llm.invoke( "### Instruction:\nWhat is the first book of the bible?\n### Response:" )
此页面有帮助吗?