|
|
|
|
|
by HellsMaddy
1229 days ago
|
|
Yes, check out LangChain [0]. It enables you to wire together LLMs with other knowledge sources or even other LLMs. For example, you can use it to hook GPT-3 up to WolframAlpha. I’m sure you could pretty easily add a way for it to communicate with a human expert, too. [0]: https://github.com/hwchase17/langchain |
|