We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6270a0a commit 797920aCopy full SHA for 797920a
frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx
@@ -33,6 +33,7 @@ const ENABLED_PROVIDERS = [
33
"gemini",
34
"moonshotai",
35
"cometapi",
36
+ "foundry",
37
// TODO: More agent support.
38
// "cohere", // Has tool calling and will need to build explicit support
39
// "huggingface" // Can be done but already has issues with no-chat templated. Needs to be tested.
0 commit comments