Charlie.Wei

Results 16 comments of Charlie.Wei

> ``` > Welcome to My Web Page > > > ``` > > This PR could lead potential XSS attack in chat bubble. Fixed this issue

> @charli117 hi? i think you are the author of the original GitHub tool. do you mind replacing your version with mine and i would add your name as coauthor🤗...

> This might be more suitable to showcase in the knowledge base. @VincePotato what do you think about this? I want put to knowledge base, but knowledge doesn't have dashboard

> I looked at the code, and it seems to have stopped at this line: "response = dashscope.audio.tts.SpeechSynthesizer.call(model=voice, sample_rate=48000, text=sentence.strip(), format=audio_type)". You have come to the tongyi tts SDK, if...

Also make sure the API dependencies are installed,No exception is found in the multi-environment verification

> @bowenliang123 @charli117 Please take a look at this if you have some spare time. OK,functional verification no problem

Me like too [机智] @crazywoola

@takatost 我可以正常查看探索页面,但是没有内容,私有化部署的探索应用怎么添加呀 ![image](https://github.com/langgenius/dify/assets/24435100/c1445bb1-f565-410c-9c91-2b2fa2abb006)

@JohnJyong 私有云中没有找到入口在哪里创建模版

@tonglei100 临时处理办法,可以直接添加数据库记录,首先修改apps表,将对应应用is_public状态设置为ture,然后在recommended_apps表插入应用记录和分类信息 INSERT INTO public.recommended_apps (app_id,description,copyright,category,privacy_policy,"position",is_listed,install_count,"language") VALUES ('app_id','{"description": ""}','1.0','兴趣爱好','',24,true,0,'zh-Hans');