adjust message
This commit is contained in:
parent
7af3dbd76b
commit
61856b4383
|
@ -14,5 +14,5 @@ def fallback(path):
|
|||
response_msg = format_sillytavern_err(error_msg, error_type='API')
|
||||
return jsonify({
|
||||
'results': [{'text': response_msg}],
|
||||
'result': base_client_api
|
||||
'result': f'Wrong API path, visit {base_client_api}'
|
||||
}), 200 # return 200 so we don't trigger an error message in the client's ST
|
||||
|
|
Reference in New Issue