RamAnanth1 commited on
Commit
53ce98a
·
1 Parent(s): 42b0ed1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -369,7 +369,7 @@ class ConversationBot:
369
  #"The input to this tool should be a comma seperated string of two, representing the image_path and the user description")]
370
  ]
371
 
372
- def init_langchain(api_key):
373
  self.llm = OpenAI(temperature = 0, openai_api_key = api_key)
374
  self.agent = initialize_agent(
375
  self.tools,
 
369
  #"The input to this tool should be a comma seperated string of two, representing the image_path and the user description")]
370
  ]
371
 
372
+ def init_langchain(self,api_key):
373
  self.llm = OpenAI(temperature = 0, openai_api_key = api_key)
374
  self.agent = initialize_agent(
375
  self.tools,