Skip to content

Commit

Permalink
examples trivial update
Browse files Browse the repository at this point in the history
  • Loading branch information
vipyne committed Dec 10, 2024
1 parent 33cab95 commit cc9de66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/foundational/07r-interruptible-riva-nim.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ async def main():

stt = ParakeetSTTService(api_key=os.getenv("NVIDIA_API_KEY"))

tts = FastpitchTTSService(api_key=os.getenv("NVIDIA_API_KEY"))

llm = NimLLMService(
api_key=os.getenv("NVIDIA_API_KEY"), model="meta/llama-3.1-405b-instruct"
)

tts = FastpitchTTSService(api_key=os.getenv("NVIDIA_API_KEY"))

messages = [
{
Expand Down

0 comments on commit cc9de66

Please sign in to comment.