Change model to gpt-4o-mini
This commit is contained in:
parent
124ec0e67d
commit
e141e63113
@ -34,7 +34,7 @@ async def add_song_recommendations(
|
||||
""",
|
||||
}
|
||||
],
|
||||
model="gpt-3.5-turbo",
|
||||
model="gpt-4o-mini",
|
||||
)
|
||||
.choices[0]
|
||||
.message.content.strip()
|
||||
|
Loading…
x
Reference in New Issue
Block a user