Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for LLM (0.02 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

            if lang == "en":
                continue
            lang_prompt_path = Path(f"docs/{lang}/llm-prompt.md")
            if lang_prompt_path.exists():
                translatable_langs.append(lang)
        return translatable_langs
    
    
    @app.command()
    def list_llm_translatable() -> list[str]:
        translatable_langs = get_llm_translatable()
        print("LLM translatable languages:", translatable_langs)
        return translatable_langs
    
    
    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. .github/workflows/translate.yml

            run: uv pip install -r requirements-github-actions.txt -r requirements-translations.txt
          - name: Export Language Codes
            id: show-langs
            run: |
              echo "langs=$(python ./scripts/translate.py llm-translatable-json)" >> $GITHUB_OUTPUT
              echo "commands=$(python ./scripts/translate.py commands-json)" >> $GITHUB_OUTPUT
            env:
              LANGUAGE: ${{ github.event.inputs.language }}
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 18:48:45 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    * 👷 Fix checkout GitHub Action fetch-depth for LLM translations, enable cron monthly. PR [#14531](https://github.com/fastapi/fastapi/pull/14531) by [@tiangolo](https://github.com/tiangolo).
    * 👷 Fix Typer command for CI LLM translations. PR [#14530](https://github.com/fastapi/fastapi/pull/14530) 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