I used chatgpt interface to format text into html. This took multiple steps. First I told it to add paragraph breaks, then I told it to format the dialogue differently, then the annotations, and so on. Altogether it took about 7 or 8 tries to get the result I wanted. I want to process a lot more text this way, but I think the LLM context window will hit a limit, so I want to convert it into an assistant, or some reusable piece of code. I guess I can just repeat the process with multiple openai calls, each time passing in the intermediate text, but maybe there is a better way. Maybe there is a way to export my chatgpt interactions into an assistant?
Related Topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Similar chatgpt UI web for my openai assistant | 0 | 135 | August 7, 2024 | |
How to use ChatGPT API to perform very specific task? | 0 | 343 | May 27, 2024 | |
How can I write Python code such that both input prompt and output results are in the same conversation thread? | 4 | 614 | April 26, 2024 | |
I would like to make a chatbot by openai api, what steps should I do? | 0 | 430 | March 8, 2023 | |
History with conversation client.chat.completion | 1 | 48 | November 4, 2024 |