Skip to content

Commit 69a8629

Browse files
authored
Merge pull request #64 from deewhyweb/main
Switch from metlinelite to Grante V3 model for failing tests
2 parents 0a9ffb9 + 5751239 commit 69a8629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/modules/ROOT/pages/module-model-testing.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ Let's change the model our tests are performed against to an untrained model (*m
160160
{
161161
"jest": {
162162
"nodeEnv": {
163-
"PARASOL_MODEL_URL": "http://merlinite-7b-lab-predictor.aiworkshop.svc.cluster.local:8080/v1/chat/completions",
163+
"PARASOL_MODEL_URL": "http://granite-3.0-8b-instruct-predictor.aiworkshop.svc.cluster.local:8080/v1/chat/completions",
164164
"EMBEDDING_MODEL_URL": "http://parasol-embedding-predictor.aiworkshop.svc.cluster.local:8080/v1",
165-
"PARASOL_MODEL_NAME": "merlinite-7b-lab"
165+
"PARASOL_MODEL_NAME": "granite-3.0-8b-instruct"
166166
},
167167
"rootPath": "prompt-testing"
168168
}

0 commit comments

Comments
 (0)