HuggingGPT#

class langchain_experimental.autonomous_agents.hugginggpt.hugginggpt.HuggingGPT(llm: BaseLanguageModel, tools: List[BaseTool])[source]#

Agent for interacting with HuggingGPT.

Methods

__init__(llm,Β tools)

run(input)

Parameters:
__init__(llm: BaseLanguageModel, tools: List[BaseTool])[source]#
Parameters:
run(input: str) β†’ str[source]#
Parameters:

input (str) –

Return type:

str