Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
apocas committed Apr 16, 2024
1 parent 5e9ab18 commit 85a61d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,12 @@ GET /llms
## Generate a completion

```shell
POST /question
POST /projects/{projectName}/question
```

### Parameters

- `projectName`: (required) project name
- `question`: (required) user message
- `system`: (optional) system message, if not provided project's system message will be used
- `stream`: (optional) boolean to specify if this completion is streamed
Expand Down

0 comments on commit 85a61d5

Please sign in to comment.