Skip to content

Commit

Permalink
Update openAI.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
babaohuang committed Dec 17, 2023
1 parent a51abd2 commit c3c911a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/openAI.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { GoogleGenerativeAI } from '@fuyun/generative-ai'
import { GoogleGenerativeAI, HarmCategory } from '@fuyun/generative-ai'

const apiKey = process.env.GEMINI_API_KEY
const apiBaseUrl = process.env.API_BASE_URL
Expand Down

1 comment on commit c3c911a

@vercel
Copy link

@vercel vercel bot commented on c3c911a Dec 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.