mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-20 15:40:23 +01:00
Previous title: Add api_streaming extension and update api-example-stream to use it * Merge with latest main * Add parameter capturing encoder_repetition_penalty * Change some defaults, minor fixes * Add --api, --public-api flags * remove unneeded/broken comment from blocking API startup. The comment is already correctly emitted in try_start_cloudflared by calling the lambda we pass in. * Update on_start message for blocking_api, it should say 'non-streaming' and not 'streaming' * Update the API examples * Change a comment * Update README * Remove the gradio API * Remove unused import * Minor change * Remove unused import --------- Co-authored-by: oobabooga <112222186+oobabooga@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| callbacks.py | ||
| chat.py | ||
| deepspeed_parameters.py | ||
| evaluate.py | ||
| extensions.py | ||
| GPTQ_loader.py | ||
| html_generator.py | ||
| llama_attn_hijack.py | ||
| llamacpp_model.py | ||
| llamacpp_model_alternative.py | ||
| LoRA.py | ||
| models.py | ||
| monkey_patch_gptq_lora.py | ||
| RWKV.py | ||
| shared.py | ||
| text_generation.py | ||
| training.py | ||
| ui.py | ||