-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
The current API is hosted on Stanford's intranet and requires an API key per user to limit query budgets.
There are at least two different options for how we open this up to everyone, with trade-offs:
- Package results into a Python package that can be queried, and store a local file with usage to determine how much of the budget they've used. Issues: How do we ship the training information without leaking all the data points? How do we prevent people from resetting their budget? Do we want to have a hard limit per user?
- Open access to the current API to anyone. Issues: How do we distribute API keys? What amount of manual labor is involved? Need to optimize the model to prevent server overload (the current code is inefficient and already times out when users submit too many previous queries).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels