Skip to content

Commit

Permalink
feat: schema updates
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <[email protected]>
  • Loading branch information
Tomas2D committed Apr 11, 2024
1 parent a8b3b5c commit 39de890
Show file tree
Hide file tree
Showing 9 changed files with 2,531 additions and 2,110 deletions.
11 changes: 10 additions & 1 deletion examples/langchain/llm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,16 @@ const makeClient = () =>
repetition_penalty: 1.5,
},
moderations: {
hap: true,
hap: {
input: {
enabled: true,
threshold: 0.75,
},
output: {
enabled: true,
threshold: 0.75,
},
},
},
});

Expand Down
Loading

0 comments on commit 39de890

Please sign in to comment.