You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't looked too closely but since NIM supports various models, the payload for each complete will also be different. Someone who has worked on similar APIs (e.g. Databricks Endpoints) or who has looked at how NVIDIAChat works in Langchain can perhaps offer ideas here.
The text was updated successfully, but these errors were encountered:
NVIDIA NIM provides an API to access several OSS models through one API.
The issue is intended to track adding a provider for NIM, so that we can expose it also in goose.
Examples
Here is an example of an endpoint that supports tools : https://docs.api.nvidia.com/nim/reference/meta-llama-3_1-8b-infer
Another example of langchain agents using LLAMA 3.1 https://github.com/langchain-ai/langchain-nvidia/blob/main/cookbook/nvidia_nim_agents_llama3.1.ipynb
Possible Issue
I haven't looked too closely but since NIM supports various models, the payload for each
complete
will also be different. Someone who has worked on similar APIs (e.g. Databricks Endpoints) or who has looked at howNVIDIAChat
works in Langchain can perhaps offer ideas here.The text was updated successfully, but these errors were encountered: