fix: remove google on main (#486)

This commit is contained in:
Matt 2023-07-03 14:26:58 +01:00 committed by GitHub
parent 6b39dd5641
commit d840173992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,9 @@ export const anthropicModels = [
// "claude-instant-v1.1-100k",
] as const;
export const googleModels = ["vertexai"] as const; // TODO activate when not in demo mode
export const googleModels = [
//"vertexai"
] as const; // TODO activate when not in demo mode
// export const googleModels = [] as const;
export const models = [