mirror of
https://github.com/agentuniverse-ai/agentUniverse.git
synced 2026-02-09 01:59:19 +08:00
@@ -193,7 +193,7 @@ def migrate_files(source_root, target_root):
|
||||
'target': 'bootstrap/platform'
|
||||
},
|
||||
{
|
||||
'source': 'app/boostrap/product_application.py',
|
||||
'source': 'app/bootstrap/product_application.py',
|
||||
'target': 'bootstrap/platform'
|
||||
},
|
||||
{
|
||||
@@ -201,7 +201,7 @@ def migrate_files(source_root, target_root):
|
||||
'target': 'boostrap/intelligence'
|
||||
},
|
||||
{
|
||||
'source': 'app/boostrap/server_application.py',
|
||||
'source': 'app/bootstrap/server_application.py',
|
||||
'target': 'boostrap/intelligence'
|
||||
},
|
||||
]
|
||||
|
||||
@@ -42,5 +42,5 @@ example_key = 'AnExampleKey'
|
||||
##search api
|
||||
#SEARCHAPI_API_KEY='xxxxxx'
|
||||
#
|
||||
##bing seacrh
|
||||
#BING_SUBSCRIPTION_KEY='xxxxxx'
|
||||
##bing search
|
||||
#BING_SUBSCRIPTION_KEY='xxxxxx'
|
||||
|
||||
Reference in New Issue
Block a user