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

update todo comment

parent 81bc16cc
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,6 @@ const ENABLED_PROVIDERS = [ ...@@ -24,7 +24,6 @@ const ENABLED_PROVIDERS = [
// "cohere", // Has tool calling and will need to build explicit support // "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. // "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.
// "gemini", // Too rate limited and broken in several ways to use for agents.
]; ];
const WARN_PERFORMANCE = [ const WARN_PERFORMANCE = [
"lmstudio", "lmstudio",
...@@ -35,6 +34,7 @@ const WARN_PERFORMANCE = [ ...@@ -35,6 +34,7 @@ const WARN_PERFORMANCE = [
"localai", "localai",
"openrouter", "openrouter",
"generic-openai", "generic-openai",
"textgenwebui",
]; ];
const LLM_DEFAULT = { const LLM_DEFAULT = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment