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 859 B

1234567891011121314151617181920212223242526272829
  1. # config.yaml
  2. #
  3. # The contents of this file will be copied into the 'config.yaml' file of
  4. # every expanded Task, just prior to running the scenario. This provides a
  5. # good place to store model or other configurations important for the scenario.
  6. ###############################
  7. # Open AI model configuration #
  8. ###############################
  9. model_config:
  10. provider: autogen_ext.models.openai.OpenAIChatCompletionClient
  11. config:
  12. model: gpt-4o
  13. ##############################
  14. # Ollama model configuration #
  15. ##############################
  16. #model_config:
  17. # provider: autogen_ext.models.openai.OpenAIChatCompletionClient
  18. # config:
  19. # model: deepseek-r1:7b
  20. # base_url: http://localhost:11434/v1/
  21. # api_key: ollama
  22. # model_info:
  23. # function_calling: false
  24. # json_output: false
  25. # vision: false
  26. # family: r1