mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 03:15:06 +08:00
chore: remove legacy plugin files
This commit is contained in:
@@ -16,7 +16,3 @@ spec:
|
|||||||
LLMAPIRequester:
|
LLMAPIRequester:
|
||||||
fromDirs:
|
fromDirs:
|
||||||
- path: pkg/provider/modelmgr/requesters/
|
- path: pkg/provider/modelmgr/requesters/
|
||||||
Plugin:
|
|
||||||
fromDirs:
|
|
||||||
- path: plugins/
|
|
||||||
maxDepth: 2
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ import shutil
|
|||||||
|
|
||||||
|
|
||||||
required_files = {
|
required_files = {
|
||||||
'plugins/__init__.py': 'templates/__init__.py',
|
|
||||||
'data/config.yaml': 'templates/config.yaml',
|
'data/config.yaml': 'templates/config.yaml',
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -15,7 +14,6 @@ required_paths = [
|
|||||||
'data/metadata',
|
'data/metadata',
|
||||||
'data/logs',
|
'data/logs',
|
||||||
'data/labels',
|
'data/labels',
|
||||||
'plugins',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user