Revert "Docker support and Ollama support (#47)" (#57)

This reverts commit 78ea029a0b.
This commit is contained in:
Yijia Xiao
2025-06-26 00:07:58 -04:00
committed by GitHub
parent 78ea029a0b
commit 26c5ba5a78
23 changed files with 19 additions and 2141 deletions

View File

@@ -151,8 +151,6 @@ def select_shallow_thinking_agent(provider) -> str:
],
"ollama": [
("llama3.2 local", "llama3.2"),
("qwen3 small local", "qwen3:0.6b"),
("deepseek-r1 local", "deepseek-r1:1.5b"),
]
}
@@ -213,9 +211,7 @@ def select_deep_thinking_agent(provider) -> str:
("Deepseek - latest iteration of the flagship chat model family from the DeepSeek team.", "deepseek/deepseek-chat-v3-0324:free"),
],
"ollama": [
("qwen3 local", "qwen3"),
("qwen3 small local", "qwen3:0.6b"),
("deepseek-r1 local", "deepseek-r1:1.5b"),
("qwen3", "qwen3"),
]
}