Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
123456789 |
- from bot import bot_factory
-
-
- class Bridge(object):
- def __init__(self):
- pass
-
- def fetch_reply_content(self, query):
- return bot_factory.create_bot("chatGPT").reply(query)
|