Spaces:
Running
Running
Update app.py
Browse files
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::
|
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::AgGF39px"
|
14 |
|
15 |
# function to humanize the text
|
16 |
def humanize_text(AI_text):
|