Skip to content

Commit

Permalink
Merge pull request #71 from harishmohanraj/fix-broken-links
Browse files Browse the repository at this point in the history
Fix broken links
  • Loading branch information
harishmohanraj authored Jan 6, 2025
2 parents 392d6d9 + b2400b4 commit ebbd271
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions notebook/config_loader_utility_functions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"\n",
"There are several utility functions for loading LLM config lists that may be useful depending on the situation.\n",
"\n",
"- [`get_config_list`](#get_config_list): Generates configurations for API calls, primarily from provided API keys.\n",
"- [`config_list_openai_aoai`](#config_list_openai_aoai): Constructs a list of configurations using both Azure OpenAI and OpenAI endpoints, sourcing API keys from environment variables or local files.\n",
"- [`config_list_from_json`](#config_list_from_json): Loads configurations from a JSON structure, either from an environment variable or a local JSON file, with the flexibility of filtering configurations based on given criteria.\n",
"- [`config_list_from_models`](#config_list_from_models): Creates configurations based on a provided list of models, useful when targeting specific models without manually specifying each configuration.\n",
"- [`config_list_from_dotenv`](#config_list_from_dotenv): Constructs a configuration list from a `.env` file, offering a consolidated way to manage multiple API configurations and keys from a single file."
"- [`get_config_list`](#get-config-list): Generates configurations for API calls, primarily from provided API keys.\n",
"- [`config_list_openai_aoai`](#config-list-openai-aoai): Constructs a list of configurations using both Azure OpenAI and OpenAI endpoints, sourcing API keys from environment variables or local files.\n",
"- [`config_list_from_json`](#config-list-from-json): Loads configurations from a JSON structure, either from an environment variable or a local JSON file, with the flexibility of filtering configurations based on given criteria.\n",
"- [`config_list_from_models`](#config-list-from-models): Creates configurations based on a provided list of models, useful when targeting specific models without manually specifying each configuration.\n",
"- [`config_list_from_dotenv`](#config-list-from-dotenv): Constructs a configuration list from a `.env` file, offering a consolidated way to manage multiple API configurations and keys from a single file."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2024-12-20-RealtimeAgent/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Traditionally, conversational AI tasks have focused on asynchronous interactions
2. RealtimeAgent swarm integration
- Seamless integration of [**`RealtimeAgent`**](/docs/reference/agentchat/realtime_agent/realtime_agent) into Swarm

3. [**`TwilioAudioAdapter`**](docs/reference/agentchat/realtime_agent/twilio_audio_adapter#twilioaudioadapter)
3. [**`TwilioAudioAdapter`**](/docs/reference/agentchat/realtime_agent/twilio_audio_adapter#twilioaudioadapter)
- Connects agents to Twilio for telephony support.
- Simplifies the process of handling voice calls with clear API methods.

Expand Down

0 comments on commit ebbd271

Please sign in to comment.