chore: update docs for gemini pro

This commit is contained in:
Fred Liang
2023-12-24 17:54:33 +08:00
parent 6369b902bf
commit 1e05eb1d60
5 changed files with 32 additions and 24 deletions

View File

@@ -26,6 +26,10 @@ declare global {
AZURE_URL?: string; // https://{azure-url}/openai/deployments/{deploy-name}
AZURE_API_KEY?: string;
AZURE_API_VERSION?: string;
// google only
GOOGLE_API_KEY?: string;
GOOGLE_URL?: string;
}
}
}