- Sort Score
- Num 10 results
- Language All
Results 11 - 15 of 15 for chat_error_invalid_response (0.18 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/resources/fess_label_es.properties
labels.chat_error_model_not_found=No se encontró el modelo de IA. Por favor, contacte al administrador. labels.chat_error_invalid_response=Se recibió una respuesta no válida del servicio de IA. Por favor, inténtelo de nuevo. labels.chat_error_connection=No se puede conectar al servicio de IA. Por favor, verifique la conexión de red. labels.chat_sources=Fuentes
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.3K bytes - Click Count (0) -
src/main/resources/fess_label_ko.properties
labels.chat_error_timeout=요청 시간이 초과되었습니다. 다시 시도해 주세요. labels.chat_error_context_length_exceeded=메시지가 너무 길어 처리할 수 없습니다. 메시지를 줄이고 다시 시도해 주세요. labels.chat_error_model_not_found=AI 모델을 찾을 수 없습니다. 관리자에게 문의해 주세요. labels.chat_error_invalid_response=AI 서비스에서 잘못된 응답을 받았습니다. 다시 시도해 주세요. labels.chat_error_connection=AI 서비스에 연결할 수 없습니다. 네트워크 연결을 확인해 주세요. labels.chat_sources=출처 labels.chat_ai_mode=AI 모드 labels.chat_status_ready=AI 어시스턴트
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 51.6K bytes - Click Count (0) -
src/main/resources/fess_label_zh_CN.properties
labels.chat_error_service_unavailable=AI服务暂时不可用。请稍后重试。 labels.chat_error_timeout=请求超时。请重试。 labels.chat_error_context_length_exceeded=消息过长,无法处理。请缩短后重试。 labels.chat_error_model_not_found=未找到AI模型。请联系管理员。 labels.chat_error_invalid_response=从AI服务收到无效响应。请重试。 labels.chat_error_connection=无法连接到AI服务。请检查网络连接。 labels.chat_sources=来源 labels.chat_ai_mode=AI 模式 labels.chat_status_ready=AI 助手 labels.chat_status_thinking=处理中
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.3K bytes - Click Count (0) -
src/main/resources/fess_label_ja.properties
labels.chat_error_timeout=リクエストがタイムアウトしました。もう一度お試しください。 labels.chat_error_context_length_exceeded=メッセージが長すぎるため処理できませんでした。短くしてからお試しください。 labels.chat_error_model_not_found=AIモデルが見つかりません。管理者にお問い合わせください。 labels.chat_error_invalid_response=AIサービスから無効な応答がありました。もう一度お試しください。 labels.chat_error_connection=AIサービスに接続できません。ネットワーク接続を確認してください。 labels.chat_sources=参照元 labels.chat_ai_mode=AIモード labels.chat_status_ready=AIアシスタント
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 56.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Received an invalid response from the AI service. Please try again. */ public static final String LABELS_chat_error_invalid_response = "{labels.chat_error_invalid_response}"; /** The key of the message: Unable to connect to the AI service. Please check the network connection. */ public static final String LABELS_chat_error_connection = "{labels.chat_error_connection}";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 172.6K bytes - Click Count (0)