AnishaG0201 commited on
Commit
76a2187
·
verified ·
1 Parent(s): b110ab4

Update Profile_Detail.py

Browse files
Files changed (1) hide show
  1. Profile_Detail.py +0 -2
Profile_Detail.py CHANGED
@@ -25,8 +25,6 @@ def generate_resume(details):
25
  Provide the resume in a well-structured format.
26
  """
27
 
28
-
29
- model == "Open AI":
30
  llm = OpenAI(temperature=0.7, openai_api_key=st.secrets["OPENAI_API_KEY"])
31
  resume = llm(prompt)
32
 
 
25
  Provide the resume in a well-structured format.
26
  """
27
 
 
 
28
  llm = OpenAI(temperature=0.7, openai_api_key=st.secrets["OPENAI_API_KEY"])
29
  resume = llm(prompt)
30