Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
VisargD committed Mar 5, 2024
1 parent e6f64e6 commit 23c29b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/providers/bedrock/chatComplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ import { BEDROCK } from "../../globals";
import { Message, Params } from "../../types/requestBody";
import {
ChatCompletionResponse,
CompletionResponse,
ErrorResponse,
ProviderConfig,
} from "../types";
import {
BedrockAI21CompleteResponse,
BedrockAnthropicCompleteResponse,
BedrockAnthropicStreamChunk,
BedrockCohereCompleteResponse,
BedrockCohereStreamChunk,
BedrockLlamaCompleteResponse,
Expand Down

0 comments on commit 23c29b2

Please sign in to comment.