Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LLM chatbot that uses Blawx encodings as a tool #567

Open
5 tasks
Gauntlet173 opened this issue Jul 18, 2023 · 0 comments
Open
5 tasks

LLM chatbot that uses Blawx encodings as a tool #567

Gauntlet173 opened this issue Jul 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Gauntlet173
Copy link
Contributor

I've done some initial experiments on getting langchain and the -0613 models from OpenAI to generate JSON for the interview endpoint and use Blawx as a tool for answering questions. The basic concept works, but there's more to do before adding it as a feature to the app:

  • verify that we can get it to generate true, false, and unknown facts
  • verify that we can get it to generate ground and unground facts
  • figure out how to get the chatbot to only use Blawx, and refuse to answer questions it doesn't have an encoding for
  • figure out how to give the user access to the explanations generated by Blawx inside the chatbot interface
  • figure out how to re-implement the gradio-style chatbot interface inside the web app
@Gauntlet173 Gauntlet173 added the enhancement New feature or request label Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant