Commit History

resizeTextAreas on window resize
60c7941

victor HF staff commited on

scroll
7849c46

victor HF staff commited on

quick layout fix on mobile
382cad0

victor HF staff commited on

tabindex quick fix
803e314

victor HF staff commited on

[Fix] generation token count stats
92b1a8e

mishig HF staff commited on

border
859f79d

victor HF staff commited on

tweak
48dce05

victor HF staff commited on

dark
f39959c

victor HF staff commited on

size
556c447

victor HF staff commited on

feat: extract namespace from conversation.model.id
e7afcb4

victor HF staff commited on

feat: replace custom avatar with Avatar component
43e3121

victor HF staff commited on

feat: replace div with Avatar component in InferencePlaygroundConversationHeader.svelte
5a3a165

victor HF staff commited on

feat: add size prop to Avatar component
09bc654

victor HF staff commited on

fix: Improve formatting and indentation in Avatar.svelte
9c0f990

victor HF staff commited on

feat: add Avatar component and use it in InferencePlaygroundModelSelector
9829d0c

victor HF staff commited on

fix some spacing
e30fa56

victor HF staff commited on

compare button
7ad8848

victor HF staff commited on

text align
020a9af

victor HF staff commited on

fix layout
92f7aa1

mishig HF staff commited on

fix height issue
1cd3833

mishig HF staff commited on

Compare models
5c5d81b

mishig HF staff commited on

[Fix] dynamic textarea reset when toggling between code snippets and input messages
5c869f5

mishig HF staff commited on

remove gemma
814b775

victor HF staff commited on

update featured
5462e55

victor HF staff commited on

add reset token
190b5f6

victor HF staff commited on

icon
47215b1

victor HF staff commited on

add link to model page
429b74f

victor HF staff commited on

typo
24e0413

victor HF staff commited on

settings icon
ca9d5ef

victor HF staff commited on

add link to feedback
5541896

victor HF staff commited on

temp: hardcode custom maxTokens
48b5118

victor HF staff commited on

Add overflow-hidden to <textarea>
3b50010

mishig HF staff commited on

Stronger type to type { ChatCompletionInput } from "@huggingface/tasks";
dcf3974

mishig HF staff commited on

Fix possible null type
279de18

mishig HF staff commited on

type snippetsByLanguage: Record<Language, Snippet[]>;
5e8ac10

mishig HF staff commited on

rm unused prop
8539a6e

mishig HF staff commited on

Fix duplicate var name
04de42a

mishig HF staff commited on

fix import type { Conversation }
ca3d512

mishig HF staff commited on

Fix lint errors
0093ee3

mishig HF staff commited on

cleaner modelId URL param
b52f201

mishig HF staff commited on

Escape single quotes in CURL snippets
d88d726

mishig HF staff commited on

ability to scroll when message is being generated
25a5986

mishig HF staff commited on

same protocol as hf spaces for iframe postMessage
8b52b18

mishig HF staff commited on

window.parent.postMessage({ modelId: model.id }, parentOrigin);
74d5501

mishig HF staff commited on

Rm last message on error if empty
7298e92

mishig HF staff commited on

fix weird jumping behaviour
cd2e1ea

mishig HF staff commited on

[Fix] Autoresize message boxes on browsers other than Chrome
de2ec19

mishig HF staff commited on

make sure messages alternate with user/assistant roles
6e870f4

mishig HF staff commited on

imrpove "token seems invalid" behavipur
401adcf

mishig HF staff commited on

typo maxTokens vs max_tokens
ac63724

mishig HF staff commited on