mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-15 14:51:19 -08:00
feat(g4f/Provider/Blackbox.py): add RepoMap model and agent mode support
This commit is contained in:
parent
d7b0c2230d
commit
8c2c98b0d1
1 changed files with 2 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ class Blackbox(AsyncGeneratorProvider, ProviderModelMixin):
|
|||
'ReactAgent',
|
||||
'XcodeAgent',
|
||||
'AngularJSAgent',
|
||||
'RepoMap',
|
||||
]
|
||||
|
||||
agentMode = {
|
||||
|
|
@ -77,6 +78,7 @@ class Blackbox(AsyncGeneratorProvider, ProviderModelMixin):
|
|||
'ReactAgent': {'mode': True, 'id': "React Agent"},
|
||||
'XcodeAgent': {'mode': True, 'id': "Xcode Agent"},
|
||||
'AngularJSAgent': {'mode': True, 'id': "AngularJS Agent"},
|
||||
'RepoMap': {'mode': True, 'id': "repomap"},
|
||||
}
|
||||
|
||||
userSelectedModel = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue