Drag
commited on
Commit
·
5bd6042
1
Parent(s):
6e7f7c5
Update palmchat.py
Browse files
Mikobot/plugins/palmchat.py
CHANGED
@@ -5,7 +5,7 @@ from Mikobot.state import state
|
|
5 |
|
6 |
# Configuration - The PALM API URL
|
7 |
PALM_API_URL = "https://lexica.qewertyy.dev/models"
|
8 |
-
MODEL_ID =
|
9 |
|
10 |
|
11 |
# Function to call the PALM API and get the response
|
|
|
5 |
|
6 |
# Configuration - The PALM API URL
|
7 |
PALM_API_URL = "https://lexica.qewertyy.dev/models"
|
8 |
+
MODEL_ID = 5 # Modify this if you have a specific model ID to use
|
9 |
|
10 |
|
11 |
# Function to call the PALM API and get the response
|