mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
docs nvidia_nim
This commit is contained in:
parent
bac5dfb30b
commit
100f245fef
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ import os
|
|||
|
||||
os.environ['NVIDIA_NIM_API_KEY'] = ""
|
||||
response = completion(
|
||||
model=model_name,
|
||||
model="nvidia_nim/meta/llama3-70b-instruct",
|
||||
messages=[
|
||||
{
|
||||
"role": "user",
|
||||
|
|
@ -44,7 +44,7 @@ import os
|
|||
|
||||
os.environ['NVIDIA_NIM_API_KEY'] = ""
|
||||
response = completion(
|
||||
model=model_name,
|
||||
model="nvidia_nim/meta/llama3-70b-instruct",
|
||||
messages=[
|
||||
{
|
||||
"role": "user",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue