Merge cluster to master #3

Merged
cyberes merged 163 commits from cluster into master 2023-10-27 19:19:22 -06:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 61856b4383 - Show all commits

View File

@ -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