Add image upload in conversation
This commit is contained in:
@@ -65,6 +65,7 @@ def create_llm_service(
|
||||
app_id=config.app_id,
|
||||
greeting_prompt=greeting_prompt,
|
||||
timeout=config.timeout_sec,
|
||||
image_input_mode=config.image_input_mode,
|
||||
settings=FastGPTLLMSettings(
|
||||
model=config.model or "fastgpt",
|
||||
variables=variables,
|
||||
|
||||
Reference in New Issue
Block a user