debisoft commited on
Commit
7c6bccb
1 Parent(s): 9b54bc2
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +2 -0
app.py CHANGED
@@ -18,7 +18,7 @@ def get_completion(prompt, model="gpt-3.5-turbo"):
18
  return response.choices[0].message["content"]
19
 
20
  def greet(company, solution, customer, problem, features):
21
- return Company
22
 
23
  #iface = gr.Interface(fn=greet, inputs="text", outputs="text")
24
  #iface.launch()
 
18
  return response.choices[0].message["content"]
19
 
20
  def greet(company, solution, customer, problem, features):
21
+ return company
22
 
23
  #iface = gr.Interface(fn=greet, inputs="text", outputs="text")
24
  #iface.launch()
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ openai
2
+ python-dotenv