Hello,
I’m using an assistant via API. Before I used it in the Playground.
In the playground I never had this issue:
-
The assistant has some instructions to extract information from a text and tell me the position of the found information. It shall return two markdown tables.
-
Via a user message I add the text and a list with each word and its position
-
In the playgoud I got 2 nice markdown tables
-
Via API I get also two markdown tables, but in between there are 40k-70k spaces and some of those ‘습습습습습습습습습습습습습습습습습습습습습’
My config:
- model: gpt-4-turbo-preview
- temperature: 0
It doesn’t happen for all my texts, but for one it seems to be reproducible.
Any ideas what could cause the issue?
/Anja