Mohammad Mazraeh 196c6169fc
Feat add UI streaming to distributed group chat (#4181)
* add ui streaming to distributed group chat example

Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>

* fix pyright error after updating dependencies

Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>

---------

Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com>
2024-11-15 19:51:04 -08:00

35 lines
882 B
YAML

host:
hostname: "localhost"
port: 50060
group_chat_manager:
topic_type: "group_chat"
max_rounds: 3
writer_agent:
topic_type: "Writer"
description: "Writer for creating any text content."
system_message: "You are a one sentence Writer and provide one sentence content each time"
editor_agent:
topic_type: "Editor"
description: "Editor for planning and reviewing the content."
system_message: "You are an Editor. You provide just max 15 words as feedback on writers content."
ui_agent:
topic_type: "ui_events"
artificial_stream_delay_seconds:
min: 0.05
max: 0.1
client_config:
model: "gpt-4o"
azure_endpoint: "https://{your-custom-endpoint}.openai.azure.com"
azure_deployment: "{your-azure-deployment}"
api_version: "2024-08-01-preview"
api_key: ""
model_capabilities:
vision: True
function_calling: True
json_output: True