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:
parent
f4fd32f504
commit
8d4d71a676
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user