-
Notifications
You must be signed in to change notification settings - Fork 3
Postman
You can validate IntelliServer APIs from your Postman environment by importing the postman collections.
Here are the steps to do that:
-
Open Postman on your machine.
-
On the Postman interface, locate and click on the 'import' button, normally towards the upper left.
-
Click 'Select Files' within the dialog box that appears.
-
Navigate your local file system, find and select the JSON file you downloaded from the Intelliserver repository.
-
Upon successful upload, you should now see the IntelliServer API collection in your workspace on Postman. Run the IntelliServer to start interacting with the APIs.
Upon successful import, the collection should look like the one below with an example to call IntelliServer APIs from your apps. The IntelliServer provides a unified input to all models under the functions folder, so you can switch between models like GPT4 or Llama without changing the code.