Commit 6b4efc43 authored by wuzekai's avatar wuzekai

对话大模型支持自动传参

parent 226656da
...@@ -49,9 +49,11 @@ output$chat_history_area <- renderUI({ ...@@ -49,9 +49,11 @@ output$chat_history_area <- renderUI({
return(create_no_data_ui()) return(create_no_data_ui())
} }
dify_base_url <- "http://180.169.131.147:8078/chat/tfjTZpJDgjQpBeTl"
dify_url <- paste0( dify_url <- paste0(
"http://180.169.131.147:8078/chatbot/tfjTZpJDgjQpBeTl", dify_base_url,
"?field_info=", field_info_encoded "?showSidebar=true",
"&field_info=", field_info_encoded
) )
tagList( tagList(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment