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

Implement endpoint switch to custom #650

Closed
2 of 3 tasks
Tracked by #658
reechamishra opened this issue Apr 11, 2024 · 0 comments · Fixed by #905 or #963
Closed
2 of 3 tasks
Tracked by #658

Implement endpoint switch to custom #650

reechamishra opened this issue Apr 11, 2024 · 0 comments · Fixed by #905 or #963
Assignees
Labels
enhancement New feature or request subtask A subtask

Comments

@reechamishra
Copy link
Contributor

reechamishra commented Apr 11, 2024

Motivation

Implement capability to switch endpoint to custom or byod based on env config to give flexibility to users for their needs.

How would you feel if this feature request was implemented?

Amazing

Requirements

As a chat user I want to switch between "On Your Data" endpoint to a "Custom" endpoint through configuration so that I can understand how to customise the solution for my own needs

Tasks

To be filled in by the engineer picking up the issue

  • Introduce a new env variable to choose between custom or byod conversation type.
  • Use that new variable in create_app.py and create a new REST binding.
  • Make changes to frontend to honour the new binding.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment