I have a description from a file, e.g.:
- Bruder New Holland T7.315 mit Frontlader
I pass then this description to the api for optimization with client.chat.completions.create(). It then returns e.g.
- Bruder New Holland T7.315 - Vielseitiger Frontlader-Traktor für endlosen Spielspaß
In the prompt i tell it among others that it must avoid the eszet (ß), but it uses it anyway. Is there a best practice for preventing the models use anything specific?
My prompt:
- Verbessere den folgenden Produkttitel für Plattformen wie Amazon oder Galaxus.\n- Gestalte ihn ansprechend und überzeugend für Kunden, unter Beibehaltung des Marken- und Produktnamens.\n- Maximal 80 Zeichen. Keine Anführungszeichen um den Titel.\n- Der Produkttitel soll für die Persona {persona} geschrieben werden.\n- Eszet: Ersetze alle ß zwingend mit ss.",