Farhan1572 commited on
Commit
37203ee
·
verified ·
1 Parent(s): 4145c36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ api_key = os.getenv("OPENAI_API_KEY")
12
  client = OpenAI(api_key = api_key)
13
 
14
  # finetuned model instance
15
- finetuned_model = "ft:gpt-4o-mini-2024-07-18:cedarbyte-business-solutions::AfZ8eKBm"
16
 
17
 
18
 
 
12
  client = OpenAI(api_key = api_key)
13
 
14
  # finetuned model instance
15
+ finetuned_model = "ft:gpt-3.5-turbo-0125:cedarbyte-business-solutions::AgGF39px"
16
 
17
 
18