#agent models
1 messages · Page 1 of 1 (latest)
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.
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 explains everything
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?