Spaces:
Sleeping
Sleeping
Update actions/actions.py
Browse files- actions/actions.py +2 -0
actions/actions.py
CHANGED
@@ -9,6 +9,8 @@ from rasa_sdk import Action, Tracker
|
|
9 |
from rasa_sdk.events import SlotSet, FollowupAction
|
10 |
from rasa_sdk.executor import CollectingDispatcher
|
11 |
import random
|
|
|
|
|
12 |
|
13 |
class GeneralHelp(Action):
|
14 |
def name(self) -> Text:
|
|
|
9 |
from rasa_sdk.events import SlotSet, FollowupAction
|
10 |
from rasa_sdk.executor import CollectingDispatcher
|
11 |
import random
|
12 |
+
import os
|
13 |
+
import openai
|
14 |
|
15 |
class GeneralHelp(Action):
|
16 |
def name(self) -> Text:
|