DEV Community

Cover image for ✨ Train ChatGPT on your Documentation πŸͺ„ ✨

✨ Train ChatGPT on your Documentation πŸͺ„ ✨

Eric Allam on November 28, 2023

TL;DR ChatGPT is trained until 2022. But what if you want it to give you information specifically about your website? Most likely, it’s...
Collapse
 
talboren profile image
Tal Borenstein

Wow! thank you for the in-depth explanation. Going to try it as well @nathan_tarbert

Collapse
 
safwaandk profile image
Sk Md Safwaan Uddin

Failed to compile
./src/app/page.tsx:1:0
Module not found: Can't resolve '@openai-assistant/helper/get.list'

1 | import {getList} from "@openai-assistant/helper/get.list";
2 | import Main from "@openai-assistant/components/main";
3 |
4 | export default async function Home() {

nextjs.org/docs/messages/module-no...
This error occurred during the build process and can only be dismissed by fixing the error.

Collapse
 
srbhr profile image
Saurabh Rai

I really like this attempt at making fine-tuning simpler.

Collapse
 
matijasos profile image
Matija Sosic

Assistants are definitely a very interesting concept. Thanks for the detailed tutorial!

Collapse
 
nathan_tarbert profile image
Nathan Tarbert

Great tutorial, I'm going to code this out. Thanks!

Collapse
 
nevodavid profile image
Nevo David

This is really a game-changer, I can finally drop all the vector databases :)

Collapse
 
srbhr profile image
Saurabh Rai

Ha ha πŸ˜‚

Collapse
 
brainquest profile image
BrainQuest

Great writing, thanks for such a detailed post. The assistant is really a powerful tool.

Collapse
 
mfp22 profile image
Mike Pearson

Haven't read the article yet. Just wondering: Is this really training/fine-tuning it, or is it just providing it context to search like with a custom agent?

Collapse
 
nevodavid profile image
Nevo David

The assistant does not work with a context but indexes everything in their vector DB.
It's seamless to you :)

Collapse
 
guybuildingai profile image
Jeffrey Ip

Great article!

Collapse
 
biplobsd profile image
Biplob Sutradhar

Detailed tutorial πŸ”₯πŸ”₯πŸ‘. Learned so much..
Thinking about openai.beta.assistants.create..

Collapse
 
marisogo profile image
Marine

I was actually thinking about how to do this; thanks for this tutorial!

Collapse
 
pranavabhat profile image
Pranava Bhat

This is great stuff

Collapse
 
fernandezbaptiste profile image
Bap

Wow - thanks for going into so much detail, definitely going to try it out.

Collapse
 
fredericg78 profile image
FGPROD

Very interesting, thanks a lot !

Collapse
 
shakilahmed007 profile image
Shakil Ahmed

Exciting opportunity! Eager to explore how training ChatGPT on documentation can enhance knowledge transfer and streamline communication. Count me in for the journey!

Collapse
 
k1nf profile image
Nikita

Thank you!