Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
Signed-off-by: Devashish Lal <[email protected]>
  • Loading branch information
BLaZeKiLL committed Dec 25, 2023
1 parent 176c43c commit 3098b5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ Routes implemented
{
"model": "<supported-model>",
"prompt": "<input prompt>",
"stream": false // streaming not supported, has no impact
"options": { // options are optional
"system": "<system prompt>", // optional, system prompt
"stream": false, // streaming not supported, has no impact
"options": { // optional, llm options
"num_predict": 128,
"temperature": 0.8,
"top_p": 0.9,
Expand Down

0 comments on commit 3098b5a

Please sign in to comment.