Skip to content

Commit

Permalink
chore: add gemma
Browse files Browse the repository at this point in the history
  • Loading branch information
Qewertyy committed Apr 30, 2024
1 parent f65780e commit 91c5c3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lexica/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"languageModels"
]

__version__ = "1.5.7"
__version__ = "1.5.8"
__author__ = "Qewertyy <[email protected]>"
3 changes: 2 additions & 1 deletion lexica/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import re,os

BASE_URL = "https://lexica.qewertyy.dev"
MISC_URL = "https://api.qewertyy.dev"
ALTERNATE_URL = "https://api.qewertyy.dev"

dirpath = os.path.dirname(os.path.abspath(__file__))
with open(dirpath+"/__init__.py") as f:
Expand All @@ -18,6 +18,7 @@
}

class languageModels(object):
gemma = {"modelId":1,"name":"Gemma"}
bard = {"modelId":20,"name":"Bard"}
mistral = {"modelId":21,"name":"LLAMA 2"}
llama = {"modelId":18,"name":"LLAMA"}
Expand Down

0 comments on commit 91c5c3b

Please sign in to comment.