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.

config.yaml 882 B

12345678910111213141516171819202122232425262728293031323334
  1. host:
  2. hostname: "localhost"
  3. port: 50060
  4. group_chat_manager:
  5. topic_type: "group_chat"
  6. max_rounds: 3
  7. writer_agent:
  8. topic_type: "Writer"
  9. description: "Writer for creating any text content."
  10. system_message: "You are a one sentence Writer and provide one sentence content each time"
  11. editor_agent:
  12. topic_type: "Editor"
  13. description: "Editor for planning and reviewing the content."
  14. system_message: "You are an Editor. You provide just max 15 words as feedback on writers content."
  15. ui_agent:
  16. topic_type: "ui_events"
  17. artificial_stream_delay_seconds:
  18. min: 0.05
  19. max: 0.1
  20. client_config:
  21. model: "gpt-4o"
  22. azure_endpoint: "https://{your-custom-endpoint}.openai.azure.com"
  23. azure_deployment: "{your-azure-deployment}"
  24. api_version: "2024-08-01-preview"
  25. api_key: ""
  26. model_capabilities:
  27. vision: True
  28. function_calling: True
  29. json_output: True