Farhan1572 commited on
Commit
fca69ab
1 Parent(s): 9f91f15

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:cedarbyte-business-solutions::9czCxtOx"
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:cedarbyte-business-solutions::9czePhr4"
14
 
15
  # function to humanize the text
16
  def humanize_text(AI_text):