docs nvidia_nim
This commit is contained in:
parent
22b7c0333d
commit
48b8345ae6
@ -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…
Reference in New Issue
Block a user