File size: 855 Bytes
7def60a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Insomnia

Developer Testing Request Collection for [Insomnia](https://insomnia.rest/), an open-source REST client

## Instructions

* Install Insomnia as normal
* [Import](https://docs.insomnia.rest/insomnia/import-export-data) `Insomnia_LocalAI.json`
* Control + E opens the environment settings - 

| **Parameter Name** | **Default Value** | **Description**                          |
|--------------------|-------------------|------------------------------------------|
| HOST               | localhost         | LocalAI base URL                         |
| PORT               | 8080              | LocalAI port                             |
| DEFAULT_MODEL      | gpt-3.5-turbo     | Name of the model used on most requests. |

** you may want to duplicate localhost into a "Private" environment to avoid saving private settings back to this file **