diff --git a/bridge/bridge.py b/bridge/bridge.py index 6c164e8..7411258 100644 --- a/bridge/bridge.py +++ b/bridge/bridge.py @@ -6,4 +6,4 @@ class Bridge(object): pass def fetch_reply_content(self, query, context): - return bot_factory.create_bot("chatGPT").reply(query, context) + return bot_factory.create_bot("openAI").reply(query, context)