mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-17 23:44:24 +01:00
before rbac and tool use
This commit is contained in:
@@ -158,7 +158,7 @@ async def create_chatbot(
|
||||
raise HTTPException(status_code=500, detail="Chatbot module not available")
|
||||
|
||||
# Import needed types
|
||||
from modules.chatbot.main import ChatbotConfig
|
||||
from app.modules.chatbot.main import ChatbotConfig
|
||||
|
||||
# Create chatbot config object
|
||||
config = ChatbotConfig(
|
||||
|
||||
Reference in New Issue
Block a user