Farhan1572 commited on
Commit
287125f
·
verified ·
1 Parent(s): 84669bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ api_key = os.getenv("OPENAI_API_KEY")
10
  client = OpenAI(api_key = api_key)
11
 
12
  # finetuned model instance
13
- finetuned_model = "ft:gpt-3.5-turbo-0125:personal::9rCHMo9V"
14
 
15
  # function to humanize the text
16
  def humanize_text(AI_text):
 
10
  client = OpenAI(api_key = api_key)
11
 
12
  # finetuned model instance
13
+ finetuned_model = "ft:gpt-3.5-turbo-0125:personal::9rLkyNae"
14
 
15
  # function to humanize the text
16
  def humanize_text(AI_text):