Uniform interface to call different LLM.
OAI_CONFIG_LIST
file to specify the api keys for the
LLMs you want to use. Generally, you just need to specify the model
,
api_key
and api_type
from the provider.
create
to get the response.
Below, we define a helper function model_call_example_function
to
implement the above steps.