Change model to gpt-4o-mini

This commit is contained in:
Parker M. 2024-07-18 15:05:47 -05:00
parent 124ec0e67d
commit e141e63113
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A

View File

@ -34,7 +34,7 @@ async def add_song_recommendations(
""",
}
],
model="gpt-3.5-turbo",
model="gpt-4o-mini",
)
.choices[0]
.message.content.strip()