Im using chat transcripts to fine tune a model that will be using in an assistant. I left the assistant instructions alone. The chat transcript sometimes return URLS to resources, before converting that data into prompt/completions i strip all HMTL data including the URLs. I figured the instructions in the assistant along with the files uploaded would readd them. However when testing in playground, the answers are much better, but it does not hyperlink the resources, it just called it by name.
What is the best way to fine tune a model to use in an assistant? The assistant without the Finetune model provides the correct answer 90% of the time, i was hoping a fine tine model would make that 100% and now the assistant would be an expert.