Vicuna-13B is an open-source chatbot trained by fine-tuning LLaMA on user-shared conversations collected from ShareGPT.
Valid REST Methods: POST
Endpoint https://api.intellapi.com/api/ask-a-question
Request Headers :
Grab Your API Key From The Sign-up Email.
x-token : 'Your API Key Here'
Sample JSON Query:
We are prompting the Vicuna Model with a question that consists of "Hello".
We use the "modelNumber" 3 for this.
{
"question": "Hello",
"modelNumber": 3
}
Sample Output: Response Returned From API
{
"result": "\"Hello! How can I help you today?\""
}