Merge pull request #204 from db0/api_key

Adjustment to work with authentication on the Horde
This commit is contained in:
henk717 2022-09-07 14:01:49 +02:00 committed by GitHub
commit 8bbb9ff761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5184,7 +5184,7 @@ def sendtocluster(txt, min, max):
cluster_metadata = {
'prompt': txt,
'params': reqdata,
'username': vars.apikey,
'api_key': vars.apikey,
'models': vars.cluster_requested_models,
}