Skip to content

Commit

Permalink
同步官方e756506
Browse files Browse the repository at this point in the history
  • Loading branch information
htmambo committed Feb 21, 2024
1 parent 71857e2 commit d9bdf07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export const Azure = {
export const Google = {
ExampleEndpoint: "https://generativelanguage.googleapis.com/",
ChatPath: "v1beta/models/gemini-pro:generateContent",
VisionChatPath: "v1beta/models/gemini-pro-vision:generateContent",

// /api/openai/v1/chat/completions
};
Expand All @@ -103,6 +104,7 @@ Latex block: $$e=mc^2$$
`;

export const SUMMARIZE_MODEL = "gpt-3.5-turbo";
export const GEMINI_SUMMARIZE_MODEL = "gemini-pro";

export const KnowledgeCutOffDate: Record<string, string> = {
default: "2021-09",
Expand Down

0 comments on commit d9bdf07

Please sign in to comment.