Add chatId in ws connection
This commit is contained in:
@@ -61,7 +61,7 @@ def create_llm_service(
|
||||
return FastGPTLLMService(
|
||||
api_key=config.api_key,
|
||||
base_url=config.base_url or "http://localhost:3000",
|
||||
chat_id=chat_id or config.chat_id,
|
||||
chat_id=chat_id,
|
||||
app_id=config.app_id,
|
||||
greeting_prompt=greeting_prompt,
|
||||
timeout=config.timeout_sec,
|
||||
|
||||
Reference in New Issue
Block a user