nv-morpheus / Morpheus

Morpheus SDK
Apache License 2.0
309 stars 119 forks source link

Standardize `NVIDIA_API_BASE` environment variable to `NVAI_BASE_URL` #1679

Closed ashsong-nv closed 2 months ago

ashsong-nv commented 2 months ago

Description

This PR standardizes the NVIDIA_API_BASE environment variable to NVAI_BASE_URL per discussion with maintainers. The new name better reflects the usage of this API for LLM-related tasks, and disambiguates it from other NVIDIA APIs we may need to use in the future.

I also updated the NVFoundationLLMService docstring with the new default base url used in the langchain-nvidia-ai-endpoints library.

By Submitting this PR I confirm: