NoaiGPT commited on
Commit
c749f4d
·
1 Parent(s): 5cfaa9f
Files changed (1) hide show
  1. app.py +1 -1
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::9pBe99bS"
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")