| foundry_get_endpoint | R Documentation |
Retrieve the endpoint URL from the environment or a provided value.
foundry_get_endpoint(endpoint = NULL, required = FALSE)
endpoint |
Character. Optional endpoint to use instead of environment variable. |
required |
Logical. If TRUE, throws an error when no endpoint is found. |
The endpoint URL string, or NULL if not found and not required.
foundry_get_endpoint("https://example.openai.azure.com/")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.