umair894 commited on
Commit
a62bfe5
·
1 Parent(s): c2d5a13

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -9,7 +9,7 @@ OPENAI_API_KEY = os.getenv("open_ai")
9
  client = OpenAI(api_key=OPENAI_API_KEY, organization=org)
10
 
11
  description = """
12
- # A FastAPI endpoint that takes a string as input and returns a list of questions along with their corresponding answers. This endpoint will be used to generate questions from Job Discriptions.
13
 
14
  Details:
15
  Input-1: A string containing the input text. (Type: String)
 
9
  client = OpenAI(api_key=OPENAI_API_KEY, organization=org)
10
 
11
  description = """
12
+ ### A FastAPI endpoint that takes a string as input and returns a list of questions along with their corresponding answers. This endpoint will be used to generate questions from Job Discriptions.
13
 
14
  Details:
15
  Input-1: A string containing the input text. (Type: String)