v3.1
鉁╓hat's new in version3?
- Introduction of integration with
gpt4free, allowing users to use docGPT for free without needing to input API keys or make payments.
-
If you choose to use the
gpt4freemodel, you only need to select theProvider(default isg4f.provider.ChatgptAi). For more details aboutgpt4free, refer to the source project. -
Version 2:
- Uses the
openaimodel. - Requires an
openai_api_key. You can obtain this key from the link. - If you have a
serpapi_key, AI responses can include Google search results.
- Uses the
-
Version 3:
- Retains all the features of Version 2.
- Introduces the
gpt4freemodel, enabling completely free usage. - Users can choose between
gpt4freeandopenaimodels:gpt4free: Allows free access to OpenAI models through reverse engineering, but stability might be compromised.openai: Offers stable access by using an API key.
We introduced the usage of gpt4free, allowing users to use the application for free without entering any API key or making payments.
-
Add the
gpt4freemodel for app, user can choose usegpt4freeoropenaimodel. -
In the
gpt4freemodel, we'll use HuggingFace embedding for document which is no needopenaiapi key. -
Clean and refactor code.