omlakhani commited on
Commit
067436e
1 Parent(s): 9d9c252

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ from langchain.agents import ZeroShotAgent, AgentExecutor
6
  from langchain.agents import Tool
7
  from langchain import OpenAI, LLMChain
8
  from cachetools import cached, TTLCache
 
9
 
10
  s3 = boto3.resource('s3')
11
  bucket_name = "notesinendocrinology"
 
6
  from langchain.agents import Tool
7
  from langchain import OpenAI, LLMChain
8
  from cachetools import cached, TTLCache
9
+ import openai
10
 
11
  s3 = boto3.resource('s3')
12
  bucket_name = "notesinendocrinology"