File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
StabilityMatrix.Avalonia/Controls/Inference Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 362362 <ui : TeachingTip
363363 Title =" {x:Static lang:Resources.TeachingTip_PromptAmplifier}"
364364 IsOpen =" {Binding IsPromptAmplifyTeachingTipOpen, Mode=TwoWay}"
365- Target =" {Binding #PART_AmplifyButton}" />
365+ PreferredPlacement =" Bottom"
366+ Target =" {Binding #PART_AmplifyButton}" >
367+ <StackPanel Orientation =" Vertical" >
368+ <TextBlock
369+ FontSize =" 13"
370+ Foreground =" #AAAAAA"
371+ Text =" All users get 60 free amplifications per month. Supporters get 1,000+ based on their support tier."
372+ TextWrapping =" Wrap" />
373+ <HyperlinkButton
374+ Margin =" 0,4,0,0"
375+ Padding =" 4,8,4,8"
376+ Content =" More Info"
377+ FontSize =" 13"
378+ NavigateUri =" https://lykos.ai/prompt-amplifier/help" />
379+ </StackPanel >
380+ </ui : TeachingTip >
366381 <Button
367382 Padding =" 8,4"
368383 Command =" {Binding DebugShowTokensCommand}"
You can’t perform that action at this time.
0 commit comments