Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for prompt (0.03 sec)

  1. docs/zh-hant/llm-prompt.md

    Sebastián Ramírez <******@****.***> 1766861386 -0800
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 18:49:46 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  2. docs/zh/llm-prompt.md

    Sebastián Ramírez <******@****.***> 1766861348 -0800
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 18:49:08 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  3. scripts/translate.py

        )
        langs = get_langs()
        language_name = langs[language]
        lang_path = Path(f"docs/{language}")
        lang_path.mkdir(exist_ok=True)
        lang_prompt_path = lang_path / "llm-prompt.md"
        assert lang_prompt_path.exists(), f"Prompt file not found: {lang_prompt_path}"
        lang_prompt_content = lang_prompt_path.read_text(encoding="utf-8")
    
        en_docs_path = Path("docs/en/docs")
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:05:53 UTC 2025
    - 34.1K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    ---
    hide:
      - navigation
    ---
    
    # Release Notes
    
    ## Latest Changes
    
    ### Translations
    
    * 🔧 Add LLM prompt file for Traditional Chinese, generated from the existing translations. PR [#14550](https://github.com/fastapi/fastapi/pull/14550) by [@tiangolo](https://github.com/tiangolo).
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:06:15 UTC 2025
    - 586.7K bytes
    - Viewed (0)
Back to top