out with the old in with the new

This commit is contained in:
based
2023-12-14 08:18:01 +10:00
parent a9637d8811
commit b60f94f8a7
5 changed files with 38 additions and 37 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ class Provider(Enum):
OPENAI = 1,
ANTHROPIC = 2
AI21 = 3
PALM = 4
MAKERSUITE = 4
AWS = 5
AZURE = 6
VERTEXAI = 7