ok so probably spent around 10 hours total on this and finished it up to a point where I am comfortable using it for my final project. check out the code here: https://
github.com/alexalbertt/Gp
tAuthorChat
… here's what it looks like
@alexalbert__
-

GPT Author Chat Project Completed After 10 Hours of Development
By
–
-
Chat Management: Saving, Organization, and Sharing Features
By
–
save specific chat(or thread) along with a file system – store good responses and code snippets. multiple instances of chats that I can switch between if I am working on different things at the same time
sharing – implement shareable links or an easier way to screenshot chats -

Pivoting Strategy: Improving Results Through Better Prompt Architecture
By
–
so now I am pivoting and basically just going to try better prompt architecture within the application to get good results, I had some fun playing around with simple prompts like this already so I know it could work somewhat well
-
Fine-tuned Models Producing Poor Results: Data Quality Issues
By
–
but the results from the fine-tuned models were trash and the responses I was getting were really bad I am assuming it takes either significantly more refined prompt/completion data than what I gave it or just more data (both could be true)
-
Fine-tuning models is easy but data preparation remains challenging
By
–
it was easy to fine-tune the models (sorta, gathering and cleaning the data sucked and it doesn't look like there is any easy automatic process to do this yet in terms of a simple online tool)
-
Initial Fine-Tuning Approach: Breaking Books into Chunks and Generating Questions
By
–
initial approach: oh this seems not too bad, I read this doc https://
beta.openai.com/docs/guides/fi
ne-tuning
… and was like yeah I can just break up the authors' books into chunks and generate some simple questions for each chunk and then use that to fine-tune the model -
Philosophy Author Chatbot Project Using GPT-3 Fine-Tuning
By
–
philosophy author chatbot thing w gpt background: need to create something for my philosophy of AI class idea: fine-tune gpt3 models on text from authors we have read in class and create a chat application where users can talk to these models
-
Philosophy Author Chatbot Project Using Fine-tuned GPT-3 Models
By
–
philosophy author chatbot thing w gpt background: need to create something for my philosophy of AI class idea: fine-tune gpt3 models on text from authors we have read in class and create a chat application where users can talk to these models
-
AI Character Creation Platform Inspired by Character.ai Before ChatGPT
By
–
note: inspired by similar to something like http://
character.ai, but also came up with this a few weeks before chatgpt was released so a little foreshadowing there