Skip to content

Commit

Permalink
Merge pull request #72 from harishmohanraj/fix-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 256b40a + 709b83e commit 9adb9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/config_loader_utility_functions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"source": [
"### config_list_from_models\n",
"\n",
"This method creates configurations based on a provided list of models. It's useful when you have specific models in mind and don't want to manually specify each configuration. The [`config_list_from_models`](/docs/reference/oai/openai_utils#config_list_from_models) function tries to create a list of configurations using Azure OpenAI endpoints and OpenAI endpoints for the provided list of models. It assumes the api keys and api bases are stored in the corresponding environment variables or local txt files. It's okay to only have the OpenAI API key, OR only the Azure OpenAI API key + base. For Azure the model name refers to the OpenAI Studio deployment name.\n",
"This method creates configurations based on a provided list of models. It's useful when you have specific models in mind and don't want to manually specify each configuration. The [`config_list_from_models`](/docs/reference/oai/openai_utils#config-list-from-models) function tries to create a list of configurations using Azure OpenAI endpoints and OpenAI endpoints for the provided list of models. It assumes the api keys and api bases are stored in the corresponding environment variables or local txt files. It's okay to only have the OpenAI API key, OR only the Azure OpenAI API key + base. For Azure the model name refers to the OpenAI Studio deployment name.\n",
"\n",
"Steps:\n",
"- Similar to method 1, store API keys and bases either in environment variables or `.txt` files."
Expand Down

0 comments on commit 9adb9ca

Please sign in to comment.