Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Sep 12, 2024
1 parent 56f8ccc commit 07d4190
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { provideRegistryService } from "@fern-ui/ui";
import { kv } from "@vercel/kv";
import algoliasearch from "algoliasearch";
import { Cohere, CohereClient } from "cohere-ai";
import { Message as ChatMessage } from "cohere-ai/api";
import { ChatMessage } from "cohere-ai/api";
import { NextRequest } from "next/server";
import { v4 } from "uuid";
import { z } from "zod";
Expand Down

0 comments on commit 07d4190

Please sign in to comment.