Farhan1572 commited on
Commit
51f44fc
·
verified ·
1 Parent(s): 49fdcf9

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-4o-mini-2024-07-18:cedarbyte-business-solutions::9vLZqNUV"
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-4o-mini-2024-07-18:cedarbyte-business-solutions::9vME3GGg"
14
 
15
  # function to humanize the text
16
  def humanize_text(AI_text):