Spaces:
Runtime error
Runtime error
dfghj
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ client = OpenAI(api_key = api_key)
|
|
12 |
|
13 |
|
14 |
# finetuned model instance
|
15 |
-
finetuned_model = "ft:gpt-3.5-turbo-0125:personal::
|
16 |
|
17 |
# function to humanize the text
|
18 |
def humanize_text(AI_text):
|
|
|
12 |
|
13 |
|
14 |
# finetuned model instance
|
15 |
+
finetuned_model = "ft:gpt-3.5-turbo-0125:personal::9qGC8cwZ"
|
16 |
|
17 |
# function to humanize the text
|
18 |
def humanize_text(AI_text):
|