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!