Mintplex-Labs / anything-llm

The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, and more.
https://anythingllm.com
MIT License
26.53k stars 2.65k forks source link

Does running @agWhy does the agent have to configure the model separately, and will it eventually hand it over to a system-configured model?ent AnythingLLM call only the model in the ai agent session and not the model configured by the system? #1583

Closed mingLvft closed 5 months ago

mingLvft commented 5 months ago

Description

Why does the agent have to configure the model separately, and will it eventually hand it over to a system-configured model?

shatfield4 commented 5 months ago

This is because not all models support function calling so we disable some providers from being used with agents. We are working toward supporting every LLM model that the system LLM providers support for agents as well.