added PaLM support

This commit is contained in:
based
2023-11-10 09:21:13 +10:00
parent 16536c9bde
commit 738fa68156
3 changed files with 43 additions and 5 deletions
+1
View File
@@ -26,3 +26,4 @@ class Provider(Enum):
OPENAI = 1,
ANTHROPIC = 2
AI21 = 3
PALM = 4