Skip to content

Commit

Permalink
remove palm (discontinued by google).
Browse files Browse the repository at this point in the history
  • Loading branch information
Qewertyy authored Apr 17, 2024
1 parent c0abb7d commit 7749d4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lexica/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@

class languageModels(object):
bard = {"modelId":20,"name":"Bard"}
palm = {"modelId":0,"name":"PaLM"}
palm2 = {"modelId":1,"name":"PaLM 2"}
mistral = {"modelId":21,"name":"LLAMA 2"}
llama = {"modelId":18,"name":"LLAMA"}
gpt = {"modelId":5,"name":"ChatGPT"}
gemini = {"modelId":23,"name":"Gemini-Pro"}
geminiVision = {"modelId":24,"name":"Gemini-Pro-Vision"}
openhermes = {"modelId":27,"name":"OpenHermes"}
openhermes = {"modelId":27,"name":"OpenHermes"}

0 comments on commit 7749d4f

Please sign in to comment.