/
githubmirror
/
text-generation-webui
ОбзорДокументацияВойти
/
githubmirror
/
text-generation-webui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
text-generation-webui/
modules/
..
api

Restrict CORS to localhost by default to prevent drive-by API access

3 месяца назад
grammar

Add missing __init__.py to modules/grammar

5 месяцев назад
LoRA.py

Remove ExLlamaV2 backend

5 месяцев назад
callbacks.py

Minor cleanup

5 месяцев назад
chat.py

Sanitize character name in load_character to prevent path traversal

3 месяца назад
evaluate.py

Make user_data configurable: add --user-data-dir flag, auto-detect ../user_data

5 месяцев назад
exllamav3.py

Show live context size while generating

3 месяца назад
exllamav3_hf.py

Reduce VRAM peak in prompt logprobs forward pass

4 месяца назад
extensions.py

Several small code simplifications

4 месяца назад
html_generator.py

Minor fixes

3 месяца назад
image_models.py

Fix image generation: default to SDPA attention backend

4 месяца назад
image_utils.py

Security: Fix SSRF vulnerabilities in URL fetching

4 месяца назад
llama_cpp_server.py

Bind llama-server to parent process lifetime on Windows (closes #7574)

3 месяца назад
loaders.py

UI: Add MTP support, reorganize the speculative decoding menu

3 месяца назад
logging_colors.py

Electron: fix missing log colors on Windows

3 месяца назад
logits.py

Logits display improvements (#7486)

4 месяца назад
metadata_gguf.py

fix: replace bare except clauses with except Exception (#7400)

5 месяцев назад
models.py

Rename "truncation length" to "context length" in logs

5 месяцев назад
models_settings.py

Auto-enable MTP for MTP GGUFs

3 месяца назад
paths.py

UI: refinements after c6a57a4 & electron user_data path

3 месяца назад
presets.py

Move top_p and top_k higher up in the UI and CLI help

5 месяцев назад
prompts.py

fix(security): sanitize filenames in all prompt file operations (CWE-22) (#7462)

4 месяца назад
reasoning.py

Fix Gemma 4 thinking tags not hidden after tool calls (closes #7509)

4 месяца назад
sampler_hijack.py

Add adaptive-p sampler and n-gram speculative decoding support

5 месяцев назад
sane_markdown_lists.py

Disable uncommonly used indented codeblocks (#7401)

5 месяцев назад
shared.py

UI: Add MTP support, reorganize the speculative decoding menu

3 месяца назад
tensorrt_llm.py

Show live context size while generating

3 месяца назад
text_generation.py

UI: Fix token count not being set in non-streaming mode

3 месяца назад
tool_parsing.py

Lint

4 месяца назад
tool_use.py

Add tool call confirmation with inline approve/reject buttons

4 месяца назад
torch_utils.py

Remove obsolete DeepSpeed inference code (2023 relic)

5 месяцев назад
training.py

Support .jinja/.jinja2 instruction template files in the UI (closes #7517)

3 месяца назад
transformers_loader.py

Don't pass torch_dtype to transformers, autodetect from model config

4 месяца назад
ui.py

UI: Add MTP support, reorganize the speculative decoding menu

3 месяца назад
ui_chat.py

Add an info message to the "Activate web search" checkbox

3 месяца назад
ui_default.py

Major UI overhaul

3 месяца назад
ui_file_saving.py

Use `logger.exception()` instead of `traceback.print_exc()` for error messages

5 месяцев назад
ui_image_generation.py

Major UI overhaul

3 месяца назад
ui_model_menu.py

UI: Add MTP support, reorganize the speculative decoding menu

3 месяца назад
ui_notebook.py

Major UI overhaul

3 месяца назад
ui_parameters.py

Major UI overhaul

3 месяца назад
ui_session.py

Electron: Refresh models dropdown when a new models directory is selected

3 месяца назад
utils.py

Minor fixes

3 месяца назад
web_search.py

Remove `backend="duckduckgo"` from ddgs (https://github.com/oobabooga/textgen/issues/7548#issuecomment-4433225429)

3 месяца назад
windows_subprocess.py

Bind llama-server to parent process lifetime on Windows (closes #7574)

3 месяца назад