-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(llm): removing all llms to prepare for genoss (#804)
* feat(routes): removed all except openai * feat(deadcode): removed some deadcode and summarization feature that wasn't used * feat(streaming): removed privateGPT from it * chore(requirements): increased version
- Loading branch information
1 parent
1a499f4
commit db40f3c
Showing
7 changed files
with
19 additions
and
477 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
from .base import BaseBrainPicking | ||
from .qa_base import QABaseBrainPicking | ||
from .openai import OpenAIBrainPicking | ||
from .openai_functions import OpenAIFunctionsBrainPicking | ||
from .private_gpt4all import PrivateGPT4AllBrainPicking | ||
|
||
__all__ = [ | ||
"BaseBrainPicking", | ||
"QABaseBrainPicking", | ||
"OpenAIBrainPicking", | ||
"OpenAIFunctionsBrainPicking", | ||
"PrivateGPT4AllBrainPicking", | ||
] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.