Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for NVIDIA NIM #24

Open
praateekmahajan opened this issue Sep 3, 2024 · 0 comments
Open

Adding support for NVIDIA NIM #24

praateekmahajan opened this issue Sep 3, 2024 · 0 comments

Comments

@praateekmahajan
Copy link

praateekmahajan commented Sep 3, 2024

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 how NVIDIAChat works in Langchain can perhaps offer ideas here.

codefromthecrypt pushed a commit to codefromthecrypt/exchange that referenced this issue Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant