INestiaAgentProvider is a type represents an LLM
(Large Language Model) provider of the NestiaAgent.
Currently, NestiaAgent is supporting only one provider OpenAI.
You can specify the provider by configuring the type property as
"chatgpt". Also, you have to assign the OpenAI API client instance
to the api property, and specify the model to use.
If you want to use another LLM provider like Claude or Gemini,
please write an issue or contribute to nestia please.
LLM Provider for Nestia Chat.
INestiaAgentProvider
is a type represents an LLM (Large Language Model) provider of the NestiaAgent.Currently, NestiaAgent is supporting only one provider OpenAI. You can specify the provider by configuring the
type
property as"chatgpt"
. Also, you have to assign the OpenAI API client instance to theapi
property, and specify themodel
to use.If you want to use another LLM provider like Claude or Gemini, please write an issue or contribute to
nestia
please.