#agent models

1 messages · Page 1 of 1 (latest)

versed shoal
#

Hi, the agent model it's used in the plugins endpoint. It calls with function_calling the plugins you enabled. since we're using function_calling, you need to provide a model that supports it

#

agent models

lofty gulch
#

Hi thanks for replying,can you please give some documentation for the same. I am not able to comprehend the use case properly and its implementation as well.

versed shoal
# lofty gulch Hi thanks for replying,can you please give some documentation for the same. I am...

This doc introduces the plugins endpoint, which enables you to use different LLMs and tools with more flexibility and control. You can change your settings and plugins on the fly, and use plugins to access various sources of information and assistance.

This doc shows you how to create custom plugins for LibreChat by extending the LangChain Tool class. You will learn how to use different APIs and functions with your plugins, and how to integrate them with the LangChain framework.

lofty gulch
#

I went through the docx but i am unable to understand how the agent is working and what are the pre-requisites for the same

#

my question is if these are configuration- preset:
agentOptions:
agent: "functions"
skipCompletion: false
model: "gpt-4-turbo"
temperature: 0.5 for the model lets suppose azure openai then what will be the expected behaviour or difference or how can i see what is happening?