Problem with creating fine tune

I made a code that make me this prompts
{“prompt”: “Summary: Склад\n\nSpecific information: ‘Збій в програмі’\n\n###\n\n: Client:Äîáðîãî äíÿ ó íàñ â êàï³òàë³ âèäຠïîìèëêó\n : Agent: Äîáðîãî äíÿ , ñïðîáóéòå çíîâó\n : Client:???\n : Agent: Ñïðîáóéòå çíîâó\n : Agent: Ïîìèëêà ïðîïàëà?\n : Agent: Äîáðîãî äíÿ!Îñê³ëüêè â³ä Âàñ íå íàä³éøëî â³äïîâ³ä³, éìîâ³ðíî ùî äàíà çàÿâêà âæå íå àêòóàëüíà, òîìó ìè ¿¿ çàêðèâàºìî.ßêùî öå íå òàê, òî áóäü ëàñêà äàéòå â³äïîâ³äü íà çàÿâêó (ïðè öüîìó âîíà àâòîìàòè÷íî â³äêðèºòüñÿ) àáî ñòâîð³òü íîâèé çàïèò.\n Agent :”, “completion”: " ‘Äîáðîãî äíÿ!Îñê³ëüêè â³ä Âàñ íå íàä³éøëî â³äïîâ³ä³, éìîâ³ðíî ùî äàíà çàÿâêà âæå íå àêòóàëüíà, òîìó ìè ¿¿ çàêðèâàºìî.ßêùî öå íå òàê, òî áóäü ëàñêà äàéòå â³äïîâ³äü íà çàÿâêó (ïðè öüîìó âîíà àâòîìàòè÷íî â³äêðèºòüñÿ) àáî ñòâîð³òü íîâèé çàïèò.’\n"}
Than i’m trying to merge 300 of rhem. That is how they look merged


After running this command (.\openai tools fine_tunes.prepare_data -f “C:\Users\user\PycharmProjects\pythonProject\venv\merged.json”
) here is the text of error error
PS C:\Users\user\AppData\Local\Programs\Python\Python311\Scripts> .\openai tools fine_tunes.prepare_data -f “C:\Users\user\PycharmProjects\pythonProject\venv\merged.json”
Analyzing…

  • Your file contains 1 prompt-completion pairs. In general, we recommend having at least a few hundred examples. We’ve found that performance tends to linearly increase for every doubling of the number of examplesTraceback (most rec
    ent call last):
    File “”, line 198, in _run_module_as_main
    File “”, line 88, in run_code
    File "C:\Users\user\AppData\Local\Programs\Python\Python311\Scripts\openai.exe_main
    .py", line 7, in
    File “C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\openai_openai_scripts.py”, line 63, in main
    args.func(args)
    File “C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\openai\cli.py”, line 571, in prepare_data
    apply_validators(
    File “C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\openai\validators.py”, line 831, in apply_validators
    remediation = validator(df)
    ^^^^^^^^^^^^^
    File “C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\openai\validators.py”, line 785, in
    lambda x: necessary_column_validator(x, “prompt”),
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File “C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\openai\validators.py”, line 50, in necessary_column_validator
    if necessary_column in [c.lower() for c in df.columns]:
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File “C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\openai\validators.py”, line 50, in
    if necessary_column in [c.lower() for c in df.columns]:
    ^^^^^^^
    AttributeError: ‘int’ object has no attribute ‘lower’
    PS C:\Users\user\AppData\Local\Programs\Python\Python311\Scripts>
    Can you help me with this problem?

your quotation marks are different types here, maybe it is that

They copied like this, in file they look normal