If you want to use other applications with our chat instance, you can do so!
First, lets get your API key.
Click on the user icon on the bottom left of the page (the chat page, not here!).
Once there, click Settings.
Once you are in settings, click account.
Then, click "Show" on API keys. This will give you a page similar to the following:
Click "Create new secret key". You can ignore the JWT token unless you have an application that uses it.
Note: JWT tokens regenerate every two weeks.
Once you have the API key you can copy it and use it in your application!
NEVER GIVE OUT YOUR API KEY OR JWT TOKEN.
If you think your key or token is compromised tell us! You can regenerate your API key from the settings page, but the JWT key needs our intervention.
The below will tell you how to use your API key with SillyTavern. You can use this method with any OpenAI compatible application that supports chat completion (NOT TEXT COMPLETION).
First, go to the connection profile tab. Once there, go into chat completion for API. Then select Custom (OpenAI-compatible) as the API type.
Put your API key into the required field.
The server/API URL should be https://chat.ready.art/api
You may need to change prompt post-processing if you run into issues with SillyTavern. It's just above connect in this section of sillytavern! I.E. it may need to be set to strict depending on the model.
That's it, you're good to go!
Recommended Comments