We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a9ffb9 + 5751239 commit 69a8629Copy full SHA for 69a8629
content/modules/ROOT/pages/module-model-testing.adoc
@@ -160,9 +160,9 @@ Let's change the model our tests are performed against to an untrained model (*m
160
{
161
"jest": {
162
"nodeEnv": {
163
- "PARASOL_MODEL_URL": "http://merlinite-7b-lab-predictor.aiworkshop.svc.cluster.local:8080/v1/chat/completions",
+ "PARASOL_MODEL_URL": "http://granite-3.0-8b-instruct-predictor.aiworkshop.svc.cluster.local:8080/v1/chat/completions",
164
"EMBEDDING_MODEL_URL": "http://parasol-embedding-predictor.aiworkshop.svc.cluster.local:8080/v1",
165
- "PARASOL_MODEL_NAME": "merlinite-7b-lab"
+ "PARASOL_MODEL_NAME": "granite-3.0-8b-instruct"
166
},
167
"rootPath": "prompt-testing"
168
}
0 commit comments