Skip to content
Snippets Groups Projects
Commit 2da0d39b authored by timothycarambat's avatar timothycarambat
Browse files

update todo comment

parent 81bc16cc
Branches
Tags
No related merge requests found
......@@ -24,7 +24,6 @@ const ENABLED_PROVIDERS = [
// "cohere", // Has tool calling and will need to build explicit support
// "huggingface" // Can be done but already has issues with no-chat templated. Needs to be tested.
// "gemini", // Too rate limited and broken in several ways to use for agents.
// "gemini", // Too rate limited and broken in several ways to use for agents.
];
const WARN_PERFORMANCE = [
"lmstudio",
......@@ -35,6 +34,7 @@ const WARN_PERFORMANCE = [
"localai",
"openrouter",
"generic-openai",
"textgenwebui",
];
const LLM_DEFAULT = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment