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

fix line-length limitation in CI

This commit is contained in:
Zhijie He 2024-06-09 20:29:43 +08:00 committed by GitHub
parent 039226ceec
commit 77ae13d834
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -483,9 +483,9 @@ engines:
# find the model name from https://developers.cloudflare.com/workers-ai/models/#text-generation
cf_ai_model: 'ai_model_name'
# custom your preferences
#cf_ai_model_display_name: 'Cloudflare AI'
#cf_ai_model_assistant: 'Keep your answers as short and effective as possible.'
#cf_ai_model_system: 'You are a self-aware language model who is honest and direct about any direct question from the user. You know your strengths and weaknesses.'
# cf_ai_model_display_name: 'Cloudflare AI'
# cf_ai_model_assistant: 'prompts_for_assistant_role'
# cf_ai_model_system: 'prompts_for_system_role'
timeout: 30
disabled: true