Skip to content

Commit

Permalink
Updating default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Oct 6, 2023
1 parent 1fb1028 commit 5f1b10d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/files/system/openai/create-bot.post.hl
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,15 @@ try
values
type:x:@.type
model:x:@.arguments/*/model
max_tokens:int:500
max_context_tokens:int:2000
max_request_tokens:int:100
max_tokens:int:1500
max_context_tokens:int:1500
max_request_tokens:int:250
temperature:decimal:0.3
recaptcha:decimal:0.3
supervised:int:1
cached:int:0
use_embeddings:int:1
threshold:decimal:0.5
threshold:decimal:0.4
vector_model:text-embedding-ada-002
system_message:x:@.arguments/*/flavor
greeting:Hi there, how can I help you?
Expand Down

0 comments on commit 5f1b10d

Please sign in to comment.