5 lines
63 B
Python
5 lines
63 B
Python
|
|
|
|
class GPT:
|
|
def __init__(self):
|
|
self.trigger_phrase = "gpt" |