Spaces:
Runtime error
Runtime error
asd
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ api_key = "sk-proj-UCoZZMs4MyfyHwXdHjT8T3BlbkFJjYkSZyPfIPNqXfXwoekm"
|
|
131 |
client = OpenAI(api_key=api_key)
|
132 |
|
133 |
# finetuned model instance
|
134 |
-
finetuned_model = "ft:gpt-3.5-turbo-0125:personal::
|
135 |
|
136 |
# Load the AI detection model
|
137 |
pipe = pipeline("text-classification", model="tommyliphys/ai-detector-distilbert")
|
|
|
131 |
client = OpenAI(api_key=api_key)
|
132 |
|
133 |
# finetuned model instance
|
134 |
+
finetuned_model = "ft:gpt-3.5-turbo-0125:personal::9qGC8cwZ"
|
135 |
|
136 |
# Load the AI detection model
|
137 |
pipe = pipeline("text-classification", model="tommyliphys/ai-detector-distilbert")
|