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

Detect and warn if the local schema differs from that of endpoint in playground mode #953

Open
ramnivas opened this issue Nov 21, 2023 · 0 comments
Labels

Comments

@ramnivas
Copy link
Contributor

Correct behavior of exo playground requires that the local model match with that deployed to the server pointed by the --endpoint argument.

We should check that the schema of the two match (and if not, show a warning). One implementation possibility:

  • Have a simple endpoint that returns the schema hash
  • Compare that hash with the one computed for the local server schema
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant