Skip to content

Commit

Permalink
Hotfix: top k
Browse files Browse the repository at this point in the history
  • Loading branch information
NolanTrem committed Oct 12, 2024
1 parent 17c759f commit c8144fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ChatDemo/result.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ export const Result: FC<{
stream: true,
temperature: rag_temperature ?? undefined,
top_p: rag_topP ?? undefined,
top_k: rag_topK ?? undefined,
max_tokens_to_sample: rag_maxTokensToSample ?? undefined,
model: model && model !== 'null' ? model : undefined,
};
Expand Down

0 comments on commit c8144fb

Please sign in to comment.