feat: replace div with Avatar component in InferencePlaygroundConversationHeader.svelte 5a3a165 victor HF staff commited on Oct 10, 2024
fix: Improve formatting and indentation in Avatar.svelte 9c0f990 victor HF staff commited on Oct 10, 2024
feat: add Avatar component and use it in InferencePlaygroundModelSelector 9829d0c victor HF staff commited on Oct 10, 2024
[Fix] dynamic textarea reset when toggling between code snippets and input messages 5c869f5 mishig HF staff commited on Oct 10, 2024
Stronger type to type { ChatCompletionInput } from "@huggingface/tasks"; dcf3974 mishig HF staff commited on Sep 20, 2024
type snippetsByLanguage: Record<Language, Snippet[]>; 5e8ac10 mishig HF staff commited on Sep 20, 2024
window.parent.postMessage({ modelId: model.id }, parentOrigin); 74d5501 mishig HF staff commited on Sep 16, 2024
[Fix] Autoresize message boxes on browsers other than Chrome de2ec19 mishig HF staff commited on Sep 16, 2024
make sure messages alternate with user/assistant roles 6e870f4 mishig HF staff commited on Sep 16, 2024