pvanand commited on
Commit
0bc6b7f
·
1 Parent(s): 14e6d61

Update actions/actions.py

Browse files
Files changed (1) hide show
  1. 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: