You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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
|