1
0
mirror of https://github.com/searxng/searxng.git synced 2024-11-10 23:20:12 +01:00

reformatted code for CI

This commit is contained in:
Zhijie He 2024-06-09 20:39:35 +08:00 committed by GitHub
parent f4fd32f504
commit 8d4d71a676
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ def request(query, params):
'messages': [ 'messages': [
{'role': 'assistant', 'content': cf_ai_model_assistant}, {'role': 'assistant', 'content': cf_ai_model_assistant},
{'role': 'system', 'content': cf_ai_model_system}, {'role': 'system', 'content': cf_ai_model_system},
{'role': 'user', 'content': params['query']} {'role': 'user', 'content': params['query']},
] ]
} }
).encode('utf-8') ).encode('utf-8')