forked from XiaoMo/ChatGPT-Next-Web
fix: update google url description (#3719)
* feat: update new logo & cover image * fix: update google url description
This commit is contained in:
parent
912254751a
commit
eade013138
@ -14,8 +14,8 @@ PROXY_URL=http://localhost:7890
|
|||||||
GOOGLE_API_KEY=
|
GOOGLE_API_KEY=
|
||||||
|
|
||||||
# (optional)
|
# (optional)
|
||||||
# Default: https://generativelanguage.googleapis.com/v1beta/models/gemini-pro:generateContent
|
# Default: https://generativelanguage.googleapis.com/
|
||||||
# Googel Gemini Pro API url, set if you want to customize Google Gemini Pro API url.
|
# Googel Gemini Pro API url without pathname, set if you want to customize Google Gemini Pro API url.
|
||||||
GOOGLE_URL=
|
GOOGLE_URL=
|
||||||
|
|
||||||
# Override openai api request base url. (optional)
|
# Override openai api request base url. (optional)
|
||||||
|
@ -87,8 +87,7 @@ export const Azure = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const Google = {
|
export const Google = {
|
||||||
ExampleEndpoint:
|
ExampleEndpoint: "https://generativelanguage.googleapis.com/",
|
||||||
"https://generativelanguage.googleapis.com/v1beta/models/gemini-pro:generateContent",
|
|
||||||
ChatPath: "v1beta/models/gemini-pro:generateContent",
|
ChatPath: "v1beta/models/gemini-pro:generateContent",
|
||||||
|
|
||||||
// /api/openai/v1/chat/completions
|
// /api/openai/v1/chat/completions
|
||||||
|
@ -321,7 +321,7 @@ const cn = {
|
|||||||
|
|
||||||
Endpoint: {
|
Endpoint: {
|
||||||
Title: "接口地址",
|
Title: "接口地址",
|
||||||
SubTitle: "样例:",
|
SubTitle: "不包含请求路径,样例:",
|
||||||
},
|
},
|
||||||
|
|
||||||
ApiVerion: {
|
ApiVerion: {
|
||||||
|
Loading…
Reference in New Issue
Block a user