mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix(config): deduplicate keywords across code and technical lists
This commit is contained in:
parent
a5f1460d1b
commit
8d93a02c80
1 changed files with 3 additions and 2 deletions
|
|
@ -50,10 +50,11 @@ DEFAULT_TECHNICAL_KEYWORDS: List[str] = [
|
|||
"machine learning", "neural network", "deep learning",
|
||||
"encryption", "authentication", "authorization",
|
||||
"performance", "latency", "throughput", "benchmark",
|
||||
"concurrency", "parallel", "threading", "async",
|
||||
"concurrency", "parallel", "threading",
|
||||
"memory", "cpu", "gpu", "optimization",
|
||||
"protocol", "tcp", "http", "grpc", "websocket",
|
||||
"kubernetes", "docker", "container", "orchestration",
|
||||
"container", "orchestration",
|
||||
# Note: "async", "kubernetes", "docker" are in DEFAULT_CODE_KEYWORDS
|
||||
]
|
||||
|
||||
DEFAULT_SIMPLE_KEYWORDS: List[str] = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue