text-generation-webui/modules
2026-03-22 19:19:14 -07:00
..
api Update API docs to mention Anthropic support 2026-03-21 18:38:11 -07:00
grammar Add missing __init__.py to modules/grammar 2026-03-20 16:04:57 -03:00
callbacks.py Minor cleanup 2026-03-20 07:20:26 -07:00
chat.py Fix prompt corruption when continuing with context truncation (#7439) 2026-03-22 21:48:56 -03:00
evaluate.py Make user_data configurable: add --user-data-dir flag, auto-detect ../user_data 2026-03-05 19:31:10 -08:00
exllamav3.py Use logger.exception() instead of traceback.print_exc() for error messages 2026-03-18 20:42:20 -07:00
exllamav3_hf.py Use logger.exception() instead of traceback.print_exc() for error messages 2026-03-18 20:42:20 -07:00
extensions.py API: Move OpenAI-compatible API from extensions/openai to modules/api 2026-03-20 14:46:00 -03:00
html_generator.py UI: Fix multiple thinking blocks rendering as raw text in HTML generator 2026-03-13 15:47:11 -03:00
image_models.py Image: Quantize the text encoder for lower VRAM 2025-12-05 13:08:46 -08:00
image_utils.py Security: server-side file save roots, image URL SSRF protection, extension allowlist 2026-03-17 22:29:35 -07:00
llama_cpp_server.py Follow-up to previous commit 2026-03-21 20:58:45 -07:00
loaders.py Remove the rope scaling parameters 2026-03-14 19:43:25 -07:00
logging_colors.py Lint 2023-12-19 21:36:57 -08:00
logits.py Use logger.exception() instead of traceback.print_exc() for error messages 2026-03-18 20:42:20 -07:00
LoRA.py Remove ExLlamaV2 backend 2026-03-05 14:02:13 -08:00
metadata_gguf.py fix: replace bare except clauses with except Exception (#7400) 2026-03-04 18:06:17 -03:00
models.py Change the default ctx-size to 0 (auto) for llama.cpp 2026-03-14 15:30:01 -07:00
models_settings.py Fix file handle leaks and redundant re-read in get_model_metadata (#7422) 2026-03-17 22:06:05 -03:00
paths.py Portable mode: always use ../user_data if it exists 2026-03-06 18:04:48 -08:00
presets.py Move top_p and top_k higher up in the UI and CLI help 2026-03-15 09:34:17 -07:00
prompts.py Make user_data configurable: add --user-data-dir flag, auto-detect ../user_data 2026-03-05 19:31:10 -08:00
reasoning.py API: Remove leading spaces from post-reasoning content 2026-03-18 07:36:11 -07:00
sampler_hijack.py Add adaptive-p sampler and n-gram speculative decoding support 2026-03-04 09:41:29 -08:00
sane_markdown_lists.py Disable uncommonly used indented codeblocks (#7401) 2026-03-04 17:51:00 -03:00
shared.py API: Use top_p=0.95 by default 2026-03-21 11:11:09 -07:00
tensorrt_llm.py TensorRT-LLM: Migrate from ModelRunner to LLM API, add concurrent API request support 2026-03-05 18:09:45 -08:00
text_generation.py Use logger.exception() instead of traceback.print_exc() for error messages 2026-03-18 20:42:20 -07:00
tool_parsing.py Strip thinking blocks before tool-call parsing 2026-03-22 19:19:14 -07:00
tool_use.py Clean up tool calling code 2026-03-13 18:27:01 -07:00
torch_utils.py Remove obsolete DeepSpeed inference code (2023 relic) 2026-03-04 17:20:34 -08:00
training.py Minor cleanup across multiple modules 2026-03-19 08:02:23 -07:00
transformers_loader.py fix: mutable default argument in LogitsBiasProcessor (#7426) 2026-03-17 22:03:48 -03:00
ui.py Minor cleanup across multiple modules 2026-03-19 08:02:23 -07:00
ui_chat.py Security: server-side file save roots, image URL SSRF protection, extension allowlist 2026-03-17 22:29:35 -07:00
ui_default.py Make user_data configurable: add --user-data-dir flag, auto-detect ../user_data 2026-03-05 19:31:10 -08:00
ui_file_saving.py Use logger.exception() instead of traceback.print_exc() for error messages 2026-03-18 20:42:20 -07:00
ui_image_generation.py Use logger.exception() instead of traceback.print_exc() for error messages 2026-03-18 20:42:20 -07:00
ui_model_menu.py Use logger.exception() instead of traceback.print_exc() for error messages 2026-03-18 20:42:20 -07:00
ui_notebook.py Make user_data configurable: add --user-data-dir flag, auto-detect ../user_data 2026-03-05 19:31:10 -08:00
ui_parameters.py Move top_p and top_k higher up in the UI and CLI help 2026-03-15 09:34:17 -07:00
ui_session.py API: Move OpenAI-compatible API from extensions/openai to modules/api 2026-03-20 14:46:00 -03:00
utils.py Minor cleanup 2026-03-20 07:20:26 -07:00
web_search.py web search: Update the user agents 2026-03-17 05:41:05 -07:00