Skip to content

Instantly share code, notes, and snippets.

@langecrew
langecrew / OAI_CONFIG_LIST
Last active October 11, 2024 19:46
Taking the Autogen Teachable Agent one step further with some customization
[
{
"model": "gpt-4",
"api_key": "PASTE_YOUR_API_KEY_HERE"
},
{
"model": "gpt-4-1106-preview",
"api_key": "PASTE_YOUR_API_KEY_HERE"
},
{