Skip to content

Instantly share code, notes, and snippets.

View KenichiQaz's full-sized avatar

Stefan KenichiQaz

  • 18:58 (UTC +07:00)
View GitHub Profile
@KenichiQaz
KenichiQaz / SOB_Ethics.py
Created November 27, 2023 05:19
Starting point for SOB ethics board
from autogen import AssistantAgent
from autogen import UserProxyAgent, GroupChat, GroupChatManager, config_list_from_json
# Load configuration for the language model
gpt_config = config_list_from_json(
env_or_file="OAI_CONFIG_LIST",
filter_dict={
"model": [
"gpt-3.5-turbo-1106",
]