Skip to content

Commit

Permalink
fix(internal): fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
David Meadows committed Nov 11, 2024
1 parent 2e9673e commit be8bc88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/AbstractChatCompletionRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ import {
ChatCompletionStreamingToolRunnerParams,
} from './ChatCompletionStreamingRunner';
import { isAssistantMessage, isFunctionMessage, isToolMessage } from './chatCompletionUtils';
import { Chat } from 'together-ai/resources';
import ChatCompletionUsage = Chat.ChatCompletionUsage;
import { ChatCompletionUsage } from 'together-ai/resources/chat/completions';

const DEFAULT_MAX_CHAT_COMPLETIONS = 10;
export interface RunnerOptions extends Core.RequestOptions {
Expand Down

0 comments on commit be8bc88

Please sign in to comment.