Using UI
Last updated
Last updated
Once you’ve finished the procedure of getting an API key, you would want to test or try using it. For beginner or even just for trying it out, you shall first try it through already existing User Interface.
This tutorial will guide you on how you could integrate the WebraftAI API with an already existing user interface called "BetterGPT"
Lets move onto the steps of using the User Interface (Better GPT)
Head onto your favourite browser and type in
Once the website is fully loaded, a popup should appear. If it doesn't appear then locate and click "API" written in the bottom left corner navbar.
This should open a popup, now tick the "Use Custom API Endpoint" checkmark.
In the API Endpoint field, enter the API url as mentioned in the starting. Also fill in your api key which you generated from webraft ai (either through discord server or dashboard).
Once you are done with filling in the details you have to click on "Confirm" button.
In chat menu, you can click on any of these configuration mentioned on top to change them. (After changing the configuration, do not forget to click on confirm which will appear after scrolling down a bit)
In the chat menu, you can type your query as a user and press "Generate" which will generate your response.
You can also change the system prompt by clicking on that pen icon when you hover on the system message. If you mistakenly hit generate while you didn't complete, you can also edit your user query and re-generate the response.
If you get any issues while using the chat ui (such as an error or empty messages) then please contact the support through tickets in our discord server.
Now, if you are satisfied with the results then you can integrate it into your applications. You can move onto the next part where we explain the basic usage of the API in terms of code.