umair894 commited on
Commit
5827f05
·
1 Parent(s): d2b9679

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import json
4
  import os
5
  app = FastAPI()
6
  client = OpenAI(api_key=OPENAI_API_KEY)
7
-
8
  OPENAI_API_KEY = os.getenv("open_ai")
9
  @app.post("/get_questions")
10
  async def getQuestions(job_description: str, no_of_questions: int):
 
4
  import os
5
  app = FastAPI()
6
  client = OpenAI(api_key=OPENAI_API_KEY)
7
+ org = os.getenv("org")
8
  OPENAI_API_KEY = os.getenv("open_ai")
9
  @app.post("/get_questions")
10
  async def getQuestions(job_description: str, no_of_questions: int):