Skip to content

Commit

Permalink
Removed PaLM 2 vertex model
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jul 1, 2023
1 parent a597a9e commit 6c0b51e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 53 deletions.
49 changes: 0 additions & 49 deletions llm/default_plugins/vertex_models.py

This file was deleted.

5 changes: 1 addition & 4 deletions llm/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
from . import hookspecs
from .models import ModelWithAliases, Model

DEFAULT_PLUGINS = (
"llm.default_plugins.openai_models",
"llm.default_plugins.vertex_models",
)
DEFAULT_PLUGINS = ("llm.default_plugins.openai_models",)

pm = pluggy.PluginManager("llm")
pm.add_hookspecs(hookspecs)
Expand Down

0 comments on commit 6c0b51e

Please sign in to comment.