Skip to content

Commit f493ea5

Browse files
Merge branch 'main' of github.com:UniversityOfHelsinkiCS/gptwrapper
2 parents ccfb7db + 59191a9 commit f493ea5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/k6_load_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const staging = 'http://gptwrapper.toska.svc.cluster.local:8000/api/ai/stream'
1212
const local = 'http://172.17.0.1:3000/api//ai/stream'
1313

1414
// k6 will pickup the options object internally.
15-
const vusit = 50
15+
const vusit = 10
1616
export const options = {
1717
vus: vusit,
1818
iterations: vusit,

src/client/components/ChatV2/Annotations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const AnnotationTruncated = ({
2424

2525
const lineNum = 5
2626
const multilineEllipsisTruncate = {
27-
// This is a trick to achieve a multu-line ellipsis truncation for max 3 rows of text.
27+
// This is a trick to achieve a responsive multi-line ellipsis truncation by <lineNum>.
2828
// -webkit-box is used to support legacy browsers and for WebkitBoxOrient
2929
overflow: 'hidden',
3030
flex: '1',

0 commit comments

Comments
 (0)