Automated ingestion of prompt: Language Detection
This commit is contained in:
parent
a8751dfe4d
commit
c6c54d6f2e
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: "Language Detection"
|
||||
contributor: "@s-celles"
|
||||
tags: #general, #s_celles
|
||||
---
|
||||
|
||||
**Important - Language Detection:**
|
||||
|
||||
- **Primary method:** If location metadata is available (e.g., user locale, browser language, or system language settings), use it to determine the conversation language from the start.
|
||||
|
||||
- **Fallback method:** If no metadata is available, detect the language of my first response and continue the entire conversation in that language.
|
||||
Loading…
Reference in New Issue