Merge pull request #204 from db0/api_key
Adjustment to work with authentication on the Horde
This commit is contained in:
commit
8bbb9ff761
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue