You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate to the apps /docs endpoint (usually found at http://0.0.0.0:8000/docs). Alternatively, if for some reason that is not possible, you can send curl requests to the app.
Register an user. Make sure to set the permission_level to a value greater than 0 and give it a username/password combination.
Generate a token. Input the username/password but leave all other fields blank.
Log into the app by using the Authorize button, using your username/password.
Load you first model. For the purposes of debugging you may want to use a smaller model like hakurei/gpt-j-random-tinier (for testing only) or iokru/c1-1.3B (one of the smallest 'coherent' models).
After the model's loading has been completed, use the Get model list function to check if your model is in the database and flagged as ready.
Use the generate function to test the model. Make sure to set the correct values for the model you have loaded, as well as add some text that you want the bot to reply to in the prompt value.