openai-php / laravel

⚡️ OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with OpenAI API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Train using Our Own Documents ?

Utomo88 opened this issue · comments

How to Train using Our Own Documents ?

when this features will be added ?
Thank you

commented

I also would love to see that, as far as I believe that is actually a chatgpt 4 feature, isn't it?

commented

ChatGPT is separate from the OpenAI API, which this library covers. You can fine-tune a model using this library, but requires your data in a very specific structured format. Otherwise you need to use a whole suite of different scripts/software to query on your own documents (see projects like LangChain). It's not something that OpenAI provides a direct solution for.