Skip to content

Instantly share code, notes, and snippets.

View langecrew's full-sized avatar
🦦
We plan ahead. That way, we don't do anything right now

Andy Smith langecrew

🦦
We plan ahead. That way, we don't do anything right now
View GitHub Profile
@langecrew
langecrew / OAI_CONFIG_LIST
Last active February 12, 2024 04:53
Society of Mind Agent
[
{
"model": "gpt-4",
"api_key": "PASTE_YOUR_API_KEY_HERE"
},
{
"model": "gpt-4-1106-preview",
"api_key": "PASTE_YOUR_API_KEY_HERE"
},
{
@langecrew
langecrew / OAI_CONFIG_LIST
Created January 3, 2024 00:08
Autogen Autobuild
[
{
"model": "gpt-4",
"api_key": "PASTE_YOUR_API_KEY_HERE"
},
{
"model": "gpt-4-1106-preview",
"api_key": "PASTE_YOUR_API_KEY_HERE"
},
{
@langecrew
langecrew / OAI_CONFIG_LIST
Last active April 6, 2024 17:53
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"
},
{
@langecrew
langecrew / OAI_CONFIG_LIST
Created December 3, 2023 01:54
GPT Assistants in a group chat managed by Autogen
[
{
"model": "gpt-4",
"api_key": "PASTE_YOUR_API_KEY_HERE"
},
{
"model": "gpt-4-1106-preview",
"api_key": "PASTE_YOUR_API_KEY_HERE"
},
{
@langecrew
langecrew / OAI_CONFIG_LIST
Last active December 7, 2023 19:32
Autogen Teachable Agent
[
{
"model": "gpt-4",
"api_key": "PASTE_YOUR_API_KEY_HERE"
},
{
"model": "gpt-4-1106-preview",
"api_key": "PASTE_YOUR_API_KEY_HERE"
},
{
@langecrew
langecrew / OAI_CONFIG_LIST
Created November 22, 2023 15:37
Basic test of retrieval with GPT Assistant Agent
[
{
"model": "gpt-4",
"api_key": "PASTE_YOUR_API_KEY_HERE"
},
{
"model": "gpt-4-1106-preview",
"api_key": "PASTE_YOUR_API_KEY_HERE"
},
{
@langecrew
langecrew / OAI_CONFIG_LIST
Last active February 26, 2024 23:49
Basic test of function calling with the GPT Assistant Agent
[
{
"model": "gpt-4",
"api_key": "PASTE_YOUR_API_KEY_HERE"
},
{
"model": "gpt-4-1106-preview",
"api_key": "PASTE_YOUR_API_KEY_HERE"
}
]
@langecrew
langecrew / OAI_CONFIG_LIST
Created November 14, 2023 14:28
Basic test of Autogen + Open AI GPT Assistant API integration
[
{
"model": "gpt-4",
"api_key": "PASTE_YOUR_API_KEY_HERE"
},
{
"model": "gpt-4-1106-preview",
"api_key": "PASTE_YOUR_API_KEY_HERE"
}
]