Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
name: My Config version: 0.0.1 schema: v1 models: - name: <MODEL_NAME> provider: nvidia model: <MODEL_ID> apiKey: <YOUR_NVIDIA_API_KEY>
{ "models": [ { "title": "<MODEL_NAME>", "provider": "nvidia", "model": "<MODEL_ID>", "apiKey": "<YOUR_NVIDIA_API_KEY>" } ] }
Was this page helpful?