Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nbsp committed Nov 4, 2024
1 parent b6ae1a0 commit 599195d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions examples/src/minimal_assistant.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
// SPDX-FileCopyrightText: 2024 LiveKit, Inc.
//
// SPDX-License-Identifier: Apache-2.0
import {
type JobContext,
WorkerOptions,
cli,
defineAgent,
llm,
multimodal,
} from '@livekit/agents';
import { type JobContext, WorkerOptions, cli, defineAgent, llm, multimodal } from '@livekit/agents';
import * as openai from '@livekit/agents-plugin-openai';
import { fileURLToPath } from 'node:url';
import { z } from 'zod';
Expand Down

0 comments on commit 599195d

Please sign in to comment.