| import os |
| import time |
| import gc |
| import sys |
| import threading |
| import warnings |
| from itertools import islice |
| from datetime import datetime |
| import re |
| import gradio as gr |
| import torch |
| from transformers import pipeline, TextIteratorStreamer, StoppingCriteria |
| from transformers import AutoTokenizer |
| from ddgs import DDGS |
| import spaces |
| from torch.utils._pytree import tree_map |
| import numpy as np |
| from pocket_tts import TTSModel |
|
|
| |
| warnings.filterwarnings("ignore", message=".*Invalid file descriptor.*") |
|
|
| |
| cancel_event = threading.Event() |
|
|
| access_token = os.environ.get('HF_TOKEN') |
|
|
| |
| |
|
|
| |
| |
| |
| MODELS = { |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| "Qwen3-32B-FP8": { |
| "repo_id": "Qwen/Qwen3-32B-FP8", |
| "description": "Dense causal language model with 32.8B total parameters (31.2B non-embedding), 64 layers, 64 query heads & 8 KV heads, native 32,768-token context (extendable to 131,072 via YaRN). Features seamless switching between thinking mode (for complex reasoning, math, coding) and non-thinking mode (for efficient dialogue), strong multilingual support (100+ languages), and leading open-source agent capabilities.", |
| "params_b": 32.8 |
| }, |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| "gpt-oss-20b-BF16": { |
| "repo_id": "unsloth/gpt-oss-20b-BF16", |
| "description": "A 20B-parameter open-source GPT-style language model quantized to INT4 using AutoRound, with FP8 key-value cache for efficient inference. Optimized for performance and memory efficiency on Intel hardware while maintaining strong language generation capabilities.", |
| "params_b": 20.0 |
| }, |
| "Qwen3-4B-Instruct-2507": { |
| "repo_id": "Qwen/Qwen3-4B-Instruct-2507", |
| "description": "Updated non-thinking instruct variant of Qwen3-4B with 4.0B parameters, featuring significant improvements in instruction following, logical reasoning, multilingualism, and 256K long-context understanding. Strong performance across knowledge, coding, alignment, and agent benchmarks.", |
| "params_b": 4.0 |
| }, |
| "Apriel-1.5-15b-Thinker": { |
| "repo_id": "ServiceNow-AI/Apriel-1.5-15b-Thinker", |
| "description": "Multimodal reasoning model with 15B parameters, trained via extensive mid-training on text and image data, and fine-tuned only on text (no image SFT). Achieves competitive performance on reasoning benchmarks like Artificial Analysis (score: 52), Tau2 Bench Telecom (68), and IFBench (62). Supports both text and image understanding, fits on a single GPU, and includes structured reasoning output with tool and function calling capabilities.", |
| "params_b": 15.0 |
| }, |
|
|
| |
| "Qwen3-14B": { |
| "repo_id": "Qwen/Qwen3-14B", |
| "description": "Dense causal language model with 14.8 B total parameters (13.2 B non-embedding), 40 layers, 40 query heads & 8 KV heads, 32 768-token context (131 072 via YaRN), enhanced human preference alignment & advanced agent integration.", |
| "params_b": 14.8 |
| }, |
| "Qwen/Qwen3-14B-FP8": { |
| "repo_id": "Qwen/Qwen3-14B-FP8", |
| "description": "FP8-quantized version of Qwen3-14B for efficient inference.", |
| "params_b": 14.8 |
| }, |
|
|
| |
| |
|
|
| |
| |
| |
| |
| |
|
|
| |
| "Phi-4-mini-Reasoning": { |
| "repo_id": "microsoft/Phi-4-mini-reasoning", |
| "description": "Phi-4-mini-Reasoning (4.3B parameters)", |
| "params_b": 4.3 |
| }, |
| "Phi-4-mini-Instruct": { |
| "repo_id": "microsoft/Phi-4-mini-instruct", |
| "description": "Phi-4-mini-Instruct (4.3B parameters)", |
| "params_b": 4.3 |
| }, |
|
|
| |
| "Qwen3-4B": { |
| "repo_id": "Qwen/Qwen3-4B", |
| "description": "Dense causal language model with 4.0 B total parameters (3.6 B non-embedding), 36 layers, 32 query heads & 8 KV heads, native 32 768-token context (extendable to 131 072 via YaRN), balanced mid-range capacity & long-context reasoning.", |
| "params_b": 4.0 |
| }, |
|
|
| "Gemma-3-4B-IT": { |
| "repo_id": "unsloth/gemma-3-4b-it", |
| "description": "Gemma-3-4B-IT", |
| "params_b": 4.0 |
| }, |
| "MiniCPM3-4B": { |
| "repo_id": "openbmb/MiniCPM3-4B", |
| "description": "MiniCPM3-4B", |
| "params_b": 4.0 |
| }, |
| "Gemma-3n-E4B": { |
| "repo_id": "google/gemma-3n-E4B", |
| "description": "Gemma 3n base model with effective 4 B parameters (≈3 GB VRAM)", |
| "params_b": 4.0 |
| }, |
| "SmallThinker-4BA0.6B-Instruct": { |
| "repo_id": "PowerInfer/SmallThinker-4BA0.6B-Instruct", |
| "description": "SmallThinker 4 B backbone with 0.6 B activated parameters, instruction‑tuned", |
| "params_b": 4.0 |
| }, |
|
|
| |
| |
| |
| |
| |
| "Qwen2.5-Taiwan-3B-Reason-GRPO": { |
| "repo_id": "benchang1110/Qwen2.5-Taiwan-3B-Reason-GRPO", |
| "description": "Qwen2.5-Taiwan model with 3 B parameters, Reason-GRPO fine-tuned", |
| "params_b": 3.0 |
| }, |
| "Llama-3.2-Taiwan-3B-Instruct": { |
| "repo_id": "lianghsun/Llama-3.2-Taiwan-3B-Instruct", |
| "description": "Llama-3.2-Taiwan-3B-Instruct", |
| "params_b": 3.0 |
| }, |
| "Qwen2.5-3B-Instruct": { |
| "repo_id": "Qwen/Qwen2.5-3B-Instruct", |
| "description": "Qwen2.5-3B-Instruct", |
| "params_b": 3.0 |
| }, |
| "Qwen2.5-Omni-3B": { |
| "repo_id": "Qwen/Qwen2.5-Omni-3B", |
| "description": "Qwen2.5-Omni-3B", |
| "params_b": 3.0 |
| }, |
| "Granite-4.0-Micro": { |
| "repo_id": "ibm-granite/granite-4.0-micro", |
| "description": "A 3B-parameter long-context instruct model from IBM, finetuned for enhanced instruction following and tool-calling. Supports 12 languages including English, Chinese, Arabic, and Japanese. Built on a dense Transformer with GQA, RoPE, SwiGLU, and 128K context length. Trained using SFT, RL alignment, and model merging techniques for enterprise applications.", |
| "params_b": 3.0 |
| }, |
|
|
| |
| "LFM2-2.6B": { |
| "repo_id": "LiquidAI/LFM2-2.6B", |
| "description": "The 2.6B parameter model in the LFM2 series, it outperforms models in the 3B+ class and features a hybrid architecture for faster inference.", |
| "params_b": 2.6 |
| }, |
|
|
| |
| "Qwen3-1.7B": { |
| "repo_id": "Qwen/Qwen3-1.7B", |
| "description": "Dense causal language model with 1.7 B total parameters (1.4 B non-embedding), 28 layers, 16 query heads & 8 KV heads, 32 768-token context, stronger reasoning vs. 0.6 B variant, dual-mode inference, instruction following across 100+ languages.", |
| "params_b": 1.7 |
| }, |
|
|
| |
| "Qwen3-0.6B": { |
| "repo_id": "Qwen/Qwen3-0.6B", |
| "description": "Causal Language Model, Training Stage: Pretraining & Post-training. Number of Parameters: 0.6B, Number of Paramaters (Non-Embedding): 0.44B, Number of Layers: 28, Number of Attention Heads (GQA): 16 for Q and 8 for KV, Context Length: 32,768", |
| "params_b": 0.6 |
| }, |
|
|
|
|
| |
| "Gemma-3n-E2B": { |
| "repo_id": "google/gemma-3n-E2B", |
| "description": "Gemma 3n base model with effective 2 B parameters (≈2 GB VRAM)", |
| "params_b": 2.0 |
| }, |
|
|
| |
| "Nemotron-Research-Reasoning-Qwen-1.5B": { |
| "repo_id": "nvidia/Nemotron-Research-Reasoning-Qwen-1.5B", |
| "description": "Nemotron-Research-Reasoning-Qwen-1.5B", |
| "params_b": 1.5 |
| }, |
| "Falcon-H1-1.5B-Instruct": { |
| "repo_id": "tiiuae/Falcon-H1-1.5B-Instruct", |
| "description": "Falcon‑H1 model with 1.5 B parameters, instruction‑tuned", |
| "params_b": 1.5 |
| }, |
| "Qwen2.5-Taiwan-1.5B-Instruct": { |
| "repo_id": "benchang1110/Qwen2.5-Taiwan-1.5B-Instruct", |
| "description": "Qwen2.5-Taiwan-1.5B-Instruct", |
| "params_b": 1.5 |
| }, |
|
|
| |
| "LFM2-1.2B": { |
| "repo_id": "LiquidAI/LFM2-1.2B", |
| "description": "A 1.2B parameter hybrid language model from Liquid AI, designed for efficient on-device and edge AI deployment, outperforming larger models like Llama-2-7b-hf in specific tasks.", |
| "params_b": 1.2 |
| }, |
|
|
| |
| "Taiwan-ELM-1_1B-Instruct": { |
| "repo_id": "liswei/Taiwan-ELM-1_1B-Instruct", |
| "description": "Taiwan-ELM-1_1B-Instruct", |
| "params_b": 1.1 |
| }, |
|
|
| |
| "Llama-3.2-Taiwan-1B": { |
| "repo_id": "lianghsun/Llama-3.2-Taiwan-1B", |
| "description": "Llama-3.2-Taiwan base model with 1 B parameters", |
| "params_b": 1.0 |
| }, |
|
|
| |
| "LFM2-700M": { |
| "repo_id": "LiquidAI/LFM2-700M", |
| "description": "A 700M parameter model from the LFM2 family, designed for high efficiency on edge devices with a hybrid architecture of multiplicative gates and short convolutions.", |
| "params_b": 0.7 |
| }, |
|
|
| |
| "Qwen3-0.6B": { |
| "repo_id": "Qwen/Qwen3-0.6B", |
| "description": "Dense causal language model with 0.6 B total parameters (0.44 B non-embedding), 28 transformer layers, 16 query heads & 8 KV heads, native 32 768-token context window, dual-mode generation, full multilingual & agentic capabilities.", |
| "params_b": 0.6 |
| }, |
| "Qwen3-0.6B-Taiwan": { |
| "repo_id": "ShengweiPeng/Qwen3-0.6B-Taiwan", |
| "description": "Qwen3-Taiwan model with 0.6 B parameters", |
| "params_b": 0.6 |
| }, |
|
|
| |
| "Qwen2.5-0.5B-Taiwan-Instruct": { |
| "repo_id": "ShengweiPeng/Qwen2.5-0.5B-Taiwan-Instruct", |
| "description": "Qwen2.5-Taiwan model with 0.5 B parameters, instruction-tuned", |
| "params_b": 0.5 |
| }, |
|
|
| |
| "SmolLM2-360M-Instruct": { |
| "repo_id": "HuggingFaceTB/SmolLM2-360M-Instruct", |
| "description": "Original SmolLM2‑360M Instruct", |
| "params_b": 0.36 |
| }, |
| "SmolLM2-360M-Instruct-TaiwanChat": { |
| "repo_id": "Luigi/SmolLM2-360M-Instruct-TaiwanChat", |
| "description": "SmolLM2‑360M Instruct fine-tuned on TaiwanChat", |
| "params_b": 0.36 |
| }, |
|
|
| |
| "LFM2-350M": { |
| "repo_id": "LiquidAI/LFM2-350M", |
| "description": "A compact 350M parameter hybrid model optimized for edge and on-device applications, offering significantly faster training and inference speeds compared to models like Qwen3.", |
| "params_b": 0.35 |
| }, |
|
|
| |
| "parser_model_ner_gemma_v0.1": { |
| "repo_id": "myfi/parser_model_ner_gemma_v0.1", |
| "description": "A lightweight named‑entity‑like (NER) parser fine‑tuned from Google’s **Gemma‑3‑270M** model. The base Gemma‑3‑270M is a 270 M‑parameter, hyper‑efficient LLM designed for on‑device inference, supporting >140 languages, a 128 k‑token context window, and instruction‑following capabilities [2][7]. This variant is further trained on standard NER corpora (e.g., CoNLL‑2003, OntoNotes) to extract PERSON, ORG, LOC, and MISC entities with high precision while keeping the memory footprint low (≈240 MB VRAM in BF16 quantized form) [1]. It is released under the Apache‑2.0 license and can be used for fast, cost‑effective entity extraction in low‑resource environments.", |
| "params_b": 0.27 |
| }, |
| "Gemma-3-Taiwan-270M-it": { |
| "repo_id": "lianghsun/Gemma-3-Taiwan-270M-it", |
| "description": "google/gemma-3-270m-it fintuned on Taiwan Chinese dataset", |
| "params_b": 0.27 |
| }, |
| "gemma-3-270m-it": { |
| "repo_id": "google/gemma-3-270m-it", |
| "description": "Gemma‑3‑270M‑IT is a compact, 270‑million‑parameter language model fine‑tuned for Italian, offering fast and efficient on‑device text generation and comprehension in the Italian language.", |
| "params_b": 0.27 |
| }, |
| "Taiwan-ELM-270M-Instruct": { |
| "repo_id": "liswei/Taiwan-ELM-270M-Instruct", |
| "description": "Taiwan-ELM-270M-Instruct", |
| "params_b": 0.27 |
| }, |
|
|
| |
| "SmolLM2-135M-multilingual-base": { |
| "repo_id": "agentlans/SmolLM2-135M-multilingual-base", |
| "description": "SmolLM2-135M-multilingual-base", |
| "params_b": 0.135 |
| }, |
| "SmolLM-135M-Taiwan-Instruct-v1.0": { |
| "repo_id": "benchang1110/SmolLM-135M-Taiwan-Instruct-v1.0", |
| "description": "135-million-parameter F32 safetensors instruction-finetuned variant of SmolLM-135M-Taiwan, trained on the 416 k-example ChatTaiwan dataset for Traditional Chinese conversational and instruction-following tasks", |
| "params_b": 0.135 |
| }, |
| "SmolLM2_135M_Grpo_Gsm8k": { |
| "repo_id": "prithivMLmods/SmolLM2_135M_Grpo_Gsm8k", |
| "description": "SmolLM2_135M_Grpo_Gsm8k", |
| "params_b": 0.135 |
| }, |
| "SmolLM2-135M-Instruct": { |
| "repo_id": "HuggingFaceTB/SmolLM2-135M-Instruct", |
| "description": "Original SmolLM2‑135M Instruct", |
| "params_b": 0.135 |
| }, |
| "SmolLM2-135M-Instruct-TaiwanChat": { |
| "repo_id": "Luigi/SmolLM2-135M-Instruct-TaiwanChat", |
| "description": "SmolLM2‑135M Instruct fine-tuned on TaiwanChat", |
| "params_b": 0.135 |
| }, |
| } |
|
|
| |
| PIPELINES = {} |
|
|
| |
| |
| |
| TTS_VOICE_FILE = "./voice.wav" |
|
|
| |
| TTS_MODEL = None |
| TTS_VOICE_STATE = None |
|
|
| def load_tts_model(): |
| """Load and cache the TTS model.""" |
| global TTS_MODEL |
| if TTS_MODEL is None: |
| TTS_MODEL = TTSModel.load_model() |
| return TTS_MODEL |
|
|
| def get_voice_state(): |
| """Get cached voice state from the custom voice file.""" |
| global TTS_VOICE_STATE |
| if TTS_VOICE_STATE is None: |
| tts_model = load_tts_model() |
| TTS_VOICE_STATE = tts_model.get_state_for_audio_prompt(TTS_VOICE_FILE) |
| return TTS_VOICE_STATE |
|
|
| def clean_text_for_tts(text: str) -> str: |
| """Clean text for better TTS output by removing code blocks, markdown, and thinking tags.""" |
| |
| text = re.sub(r'<think>[\s\S]*?</think>', '', text) |
| |
| text = re.sub(r'```[\s\S]*?```', '', text) |
| |
| text = re.sub(r'`[^`]+`', '', text) |
| |
| text = re.sub(r'\[citation:\d+\]', '', text) |
| |
| text = re.sub(r'#{1,6}\s+', '', text) |
| |
| text = re.sub(r'\*{1,2}([^*]+)\*{1,2}', r'\1', text) |
| |
| text = re.sub(r'\[([^\]]+)\]\([^)]+\)', r'\1', text) |
| |
| text = re.sub(r'\s+', ' ', text) |
| return text.strip() |
|
|
| def generate_tts_audio(text: str) -> tuple[int, np.ndarray] | None: |
| """ |
| Generate TTS audio from text using the custom voice. |
| |
| Args: |
| text: The text to convert to speech |
| |
| Returns: |
| Tuple of (sample_rate, audio_array) or None if TTS fails |
| """ |
| try: |
| |
| clean_text = clean_text_for_tts(text) |
| if not clean_text: |
| return None |
|
|
| tts_model = load_tts_model() |
| voice_state = get_voice_state() |
| audio = tts_model.generate_audio(voice_state, clean_text) |
| return (tts_model.sample_rate, audio.numpy()) |
| except Exception as e: |
| print(f"TTS generation error: {e}") |
| return None |
|
|
| def load_pipeline(model_name): |
| """ |
| Load and cache a transformers pipeline for text generation. |
| Tries bfloat16, falls back to float16 or float32 if unsupported. |
| """ |
| global PIPELINES |
| if model_name in PIPELINES: |
| return PIPELINES[model_name] |
| repo = MODELS[model_name]["repo_id"] |
| tokenizer = AutoTokenizer.from_pretrained(repo, |
| token=access_token) |
| for dtype in (torch.bfloat16, torch.float16, torch.float32): |
| try: |
| pipe = pipeline( |
| task="text-generation", |
| model=repo, |
| tokenizer=tokenizer, |
| trust_remote_code=True, |
| dtype=dtype, |
| device_map="auto", |
| use_cache=True, |
| token=access_token) |
| PIPELINES[model_name] = pipe |
| return pipe |
| except Exception: |
| continue |
| |
| pipe = pipeline( |
| task="text-generation", |
| model=repo, |
| tokenizer=tokenizer, |
| trust_remote_code=True, |
| device_map="auto", |
| use_cache=True |
| ) |
| PIPELINES[model_name] = pipe |
| return pipe |
|
|
|
|
| def retrieve_context(query, max_results=6, max_chars=50): |
| """ |
| Retrieve search snippets from DuckDuckGo (runs in background). |
| Returns a list of result strings. |
| """ |
| try: |
| ddgs = DDGS() |
| results = list(islice(ddgs.text(query, region="wt-wt", safesearch="off", timelimit="y"), max_results)) |
| return [f"{i+1}. {r.get('title','No Title')} - {r.get('body','')[:max_chars]}" |
| for i, r in enumerate(results)] |
| except Exception: |
| return [] |
|
|
| def format_conversation(history, system_prompt, tokenizer, enable_thinking=False): |
| if hasattr(tokenizer, "chat_template") and tokenizer.chat_template: |
| messages = [{"role": "system", "content": system_prompt.strip()}] + history |
| return tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True, enable_thinking=enable_thinking) |
| else: |
| |
| prompt = system_prompt.strip() + "\n" |
| for msg in history: |
| if msg['role'] == 'user': |
| prompt += "User: " + msg['content'].strip() + "\n" |
| elif msg['role'] == 'assistant': |
| prompt += "Assistant: " + msg['content'].strip() + "\n" |
| if not prompt.strip().endswith("Assistant:"): |
| prompt += "Assistant: " |
| return prompt |
|
|
| def get_duration(user_msg, chat_history, system_prompt, enable_search, max_results, max_chars, model_name, max_tokens, temperature, top_k, top_p, repeat_penalty, search_timeout, enable_thinking): |
| |
| model_size = MODELS[model_name].get("params_b", 4.0) |
|
|
| |
| use_aot = model_size >= 2 |
|
|
| |
| base_duration = 20 if not use_aot else 40 |
| token_duration = max_tokens * 0.005 |
| search_duration = 10 if enable_search else 0 |
| aot_compilation_buffer = 20 if use_aot else 0 |
|
|
| return base_duration + token_duration + search_duration + aot_compilation_buffer |
|
|
| @spaces.GPU(duration=get_duration) |
| def chat_response(user_msg, chat_history, system_prompt, |
| enable_search, max_results, max_chars, |
| model_name, max_tokens, temperature, |
| top_k, top_p, repeat_penalty, search_timeout, enable_thinking): |
| """ |
| Generates streaming chat responses, optionally with background web search. |
| TTS is handled separately after this completes. |
| """ |
| |
| cancel_event.clear() |
|
|
| history = list(chat_history or []) |
| history.append({'role': 'user', 'content': user_msg}) |
|
|
| |
| debug = '' |
| search_results = [] |
| if enable_search: |
| debug = 'Search task started.' |
| thread_search = threading.Thread( |
| target=lambda: search_results.extend( |
| retrieve_context(user_msg, int(max_results), int(max_chars)) |
| ) |
| ) |
| thread_search.daemon = True |
| thread_search.start() |
| else: |
| debug = 'Web search disabled.' |
|
|
| try: |
| cur_date = datetime.now().strftime('%Y-%m-%d') |
| |
| if search_results: |
|
|
| enriched = system_prompt.strip() + \ |
| f'''\n# The following contents are the search results related to the user's message: |
| {search_results} |
| In the search results I provide to you, each result is formatted as [webpage X begin]...[webpage X end], where X represents the numerical index of each article. Please cite the context at the end of the relevant sentence when appropriate. Use the citation format [citation:X] in the corresponding part of your answer. If a sentence is derived from multiple contexts, list all relevant citation numbers, such as [citation:3][citation:5]. Be sure not to cluster all citations at the end; instead, include them in the corresponding parts of the answer. |
| When responding, please keep the following points in mind: |
| - Today is {cur_date}. |
| - Not all content in the search results is closely related to the user's question. You need to evaluate and filter the search results based on the question. |
| - For listing-type questions (e.g., listing all flight information), try to limit the answer to 10 key points and inform the user that they can refer to the search sources for complete information. Prioritize providing the most complete and relevant items in the list. Avoid mentioning content not provided in the search results unless necessary. |
| - For creative tasks (e.g., writing an essay), ensure that references are cited within the body of the text, such as [citation:3][citation:5], rather than only at the end of the text. You need to interpret and summarize the user's requirements, choose an appropriate format, fully utilize the search results, extract key information, and generate an answer that is insightful, creative, and professional. Extend the length of your response as much as possible, addressing each point in detail and from multiple perspectives, ensuring the content is rich and thorough. |
| - If the response is lengthy, structure it well and summarize it in paragraphs. If a point-by-point format is needed, try to limit it to 5 points and merge related content. |
| - For objective Q&A, if the answer is very brief, you may add one or two related sentences to enrich the content. |
| - Choose an appropriate and visually appealing format for your response based on the user's requirements and the content of the answer, ensuring strong readability. |
| - Your answer should synthesize information from multiple relevant webpages and avoid repeatedly citing the same webpage. |
| - Unless the user requests otherwise, your response should be in the same language as the user's question. |
| # The user's message is: |
| ''' |
| else: |
| enriched = system_prompt |
|
|
| |
| if enable_search: |
| thread_search.join(timeout=float(search_timeout)) |
| if search_results: |
| debug = "### Search results merged into prompt\n\n" + "\n".join( |
| f"- {r}" for r in search_results |
| ) |
| else: |
| debug = "*No web search results found.*" |
|
|
| |
| if search_results: |
| enriched = system_prompt.strip() + \ |
| f'''\n# The following contents are the search results related to the user's message: |
| {search_results} |
| In the search results I provide to you, each result is formatted as [webpage X begin]...[webpage X end], where X represents the numerical index of each article. Please cite the context at the end of the relevant sentence when appropriate. Use the citation format [citation:X] in the corresponding part of your answer. If a sentence is derived from multiple contexts, list all relevant citation numbers, such as [citation:3][citation:5]. Be sure not to cluster all citations at the end; instead, include them in the corresponding parts of the answer. |
| When responding, please keep the following points in mind: |
| - Today is {cur_date}. |
| - Not all content in the search results is closely related to the user's question. You need to evaluate and filter the search results based on the question. |
| - For listing-type questions (e.g., listing all flight information), try to limit the answer to 10 key points and inform the user that they can refer to the search sources for complete information. Prioritize providing the most complete and relevant items in the list. Avoid mentioning content not provided in the search results unless necessary. |
| - For creative tasks (e.g., writing an essay), ensure that references are cited within the body of the text, such as [citation:3][citation:5], rather than only at the end of the text. You need to interpret and summarize the user's requirements, choose an appropriate format, fully utilize the search results, extract key information, and generate an answer that is insightful, creative, and professional. Extend the length of your response as much as possible, addressing each point in detail and from multiple perspectives, ensuring the content is rich and thorough. |
| - If the response is lengthy, structure it well and summarize it in paragraphs. If a point-by-point format is needed, try to limit it to 5 points and merge related content. |
| - For objective Q&A, if the answer is very brief, you may add one or two related sentences to enrich the content. |
| - Choose an appropriate and visually appealing format for your response based on the user's requirements and the content of the answer, ensuring strong readability. |
| - Your answer should synthesize information from multiple relevant webpages and avoid repeatedly citing the same webpage. |
| - Unless the user requests otherwise, your response should be in the same language as the user's question. |
| # The user's message is: |
| ''' |
| else: |
| enriched = system_prompt |
|
|
| pipe = load_pipeline(model_name) |
|
|
| prompt = format_conversation(history, enriched, pipe.tokenizer, enable_thinking) |
| prompt_debug = f"\n\n--- Prompt Preview ---\n```\n{prompt}\n```" |
| streamer = TextIteratorStreamer(pipe.tokenizer, |
| skip_prompt=True, |
| skip_special_tokens=True) |
| gen_thread = threading.Thread( |
| target=pipe, |
| args=(prompt,), |
| kwargs={ |
| 'max_new_tokens': max_tokens, |
| 'temperature': temperature, |
| 'top_k': top_k, |
| 'top_p': top_p, |
| 'repetition_penalty': repeat_penalty, |
| 'streamer': streamer, |
| 'return_full_text': False, |
| } |
| ) |
| gen_thread.start() |
|
|
| |
| thought_buf = '' |
| answer_buf = '' |
| in_thought = False |
| assistant_message_started = False |
|
|
| |
| yield history, debug |
|
|
| |
| for chunk in streamer: |
| |
| if cancel_event.is_set(): |
| if assistant_message_started and history and history[-1]['role'] == 'assistant': |
| history[-1]['content'] += " [Generation Canceled]" |
| yield history, debug |
| break |
|
|
| text = chunk |
|
|
| |
| if not in_thought and '<think>' in text: |
| in_thought = True |
| history.append({'role': 'assistant', 'content': '', 'metadata': {'title': '💭 Thought'}}) |
| assistant_message_started = True |
| after = text.split('<think>', 1)[1] |
| thought_buf += after |
| if '</think>' in thought_buf: |
| before, after2 = thought_buf.split('</think>', 1) |
| history[-1]['content'] = before.strip() |
| in_thought = False |
| answer_buf = after2 |
| history.append({'role': 'assistant', 'content': answer_buf}) |
| else: |
| history[-1]['content'] = thought_buf |
| yield history, debug |
| continue |
|
|
| if in_thought: |
| thought_buf += text |
| if '</think>' in thought_buf: |
| before, after2 = thought_buf.split('</think>', 1) |
| history[-1]['content'] = before.strip() |
| in_thought = False |
| answer_buf = after2 |
| history.append({'role': 'assistant', 'content': answer_buf}) |
| else: |
| history[-1]['content'] = thought_buf |
| yield history, debug |
| continue |
|
|
| |
| if not assistant_message_started: |
| history.append({'role': 'assistant', 'content': ''}) |
| assistant_message_started = True |
|
|
| answer_buf += text |
| history[-1]['content'] = answer_buf.strip() |
| yield history, debug |
|
|
| gen_thread.join() |
|
|
| yield history, debug + prompt_debug |
| except GeneratorExit: |
| |
| print("Chat response cancelled.") |
| |
| return |
| except Exception as e: |
| history.append({'role': 'assistant', 'content': f"Error: {e}"}) |
| yield history, debug |
| finally: |
| gc.collect() |
|
|
|
|
| def update_default_prompt(enable_search): |
| return f"You are a helpful assistant. Don't use emojis in your response. Keep replies short to a maximum of three sentences." |
|
|
| def update_duration_estimate(model_name, enable_search, max_results, max_chars, max_tokens, search_timeout, enable_thinking): |
| """Calculate and format the estimated GPU duration for current settings.""" |
| try: |
| dummy_msg, dummy_history, dummy_system_prompt = "", [], "" |
| duration = get_duration(dummy_msg, dummy_history, dummy_system_prompt, |
| enable_search, max_results, max_chars, model_name, |
| max_tokens, 0.7, 40, 0.9, 1.2, search_timeout, enable_thinking) |
| model_size = MODELS[model_name].get("params_b", 4.0) |
| return (f"⏱️ **Estimated GPU Time: {duration:.1f} seconds**\n\n" |
| f"📊 **Model Size:** {model_size:.1f}B parameters\n" |
| f"🔍 **Web Search:** {'Enabled' if enable_search else 'Disabled'}\n" |
| f"💭 **Thinking:** {'Enabled' if enable_thinking else 'Disabled'}") |
| except Exception as e: |
| return f"⚠️ Error calculating estimate: {e}" |
|
|
|
|
| def generate_speech_from_chat(chat_history, enable_tts): |
| """ |
| Generate TTS audio from the last assistant message in chat history. |
| This runs as a separate step after text generation, allowing the audio |
| component to show its loading state. |
| """ |
| if not enable_tts: |
| return None |
|
|
| if not chat_history: |
| return None |
|
|
| |
| last_message = None |
| for msg in reversed(chat_history): |
| if msg.get('role') == 'assistant': |
| |
| metadata = msg.get('metadata') or {} |
| if metadata.get('title', '').startswith('💭'): |
| continue |
| content = msg.get('content', '') |
| |
| if isinstance(content, list): |
| |
| text_parts = [] |
| for item in content: |
| if isinstance(item, str): |
| text_parts.append(item) |
| elif isinstance(item, dict) and 'text' in item: |
| text_parts.append(item['text']) |
| last_message = ' '.join(text_parts) |
| else: |
| last_message = content |
| break |
|
|
| if not last_message or not last_message.strip(): |
| return None |
|
|
| return generate_tts_audio(last_message) |
|
|
|
|
| |
| |
| |
| CUSTOM_THEME = gr.themes.Soft( |
| primary_hue="indigo", |
| secondary_hue="purple", |
| neutral_hue="slate", |
| radius_size="lg", |
| font=[gr.themes.GoogleFont("Inter"), "Arial", "sans-serif"] |
| ) |
|
|
| CUSTOM_CSS = """ |
| .duration-estimate { background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%); border-left: 4px solid #667eea; padding: 12px; border-radius: 8px; margin: 16px 0; } |
| .chatbot { border-radius: 12px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); } |
| button.primary { font-weight: 600; } |
| .gradio-accordion { margin-bottom: 12px; } |
| |
| /* Mobile optimizations - use fixed heights to avoid iframe expansion issues */ |
| @media (max-width: 768px) { |
| /* Use fixed height for chatbot on mobile (avoids 100vh iframe issues) */ |
| #chat-window, .chatbot { |
| height: 350px !important; |
| min-height: 250px !important; |
| max-height: 350px !important; |
| } |
| |
| /* Compact the TTS audio on mobile */ |
| #tts-audio { |
| margin: 4px 0 !important; |
| } |
| |
| #tts-audio audio { |
| height: 40px !important; |
| } |
| |
| /* Style the input row */ |
| #input-row { |
| background: var(--background-fill-primary, #1f2937) !important; |
| padding: 8px !important; |
| margin: 0 !important; |
| border-top: 1px solid var(--border-color-primary, #374151) !important; |
| } |
| |
| /* Make textbox more touch-friendly */ |
| #input-row textarea { |
| font-size: 16px !important; /* Prevents iOS zoom on focus */ |
| min-height: 44px !important; |
| padding: 10px !important; |
| } |
| |
| /* Larger touch targets for buttons */ |
| #input-row button { |
| min-height: 44px !important; |
| min-width: 60px !important; |
| padding: 8px 12px !important; |
| } |
| |
| /* Compact settings accordion on mobile */ |
| .gradio-accordion { |
| margin: 4px 0 !important; |
| } |
| |
| .gradio-accordion summary { |
| font-size: 14px !important; |
| padding: 8px !important; |
| } |
| |
| /* Reduce overall padding in the container */ |
| .gradio-container { |
| padding: 8px !important; |
| } |
| } |
| |
| /* Extra small screens (phones in portrait) */ |
| @media (max-width: 480px) { |
| #chat-window, .chatbot { |
| height: 280px !important; |
| max-height: 280px !important; |
| } |
| |
| #input-row { |
| padding: 6px !important; |
| } |
| |
| #input-row button { |
| min-width: 50px !important; |
| font-size: 12px !important; |
| } |
| } |
| """ |
|
|
| with gr.Blocks(title="LLM Inference with ZeroGPU") as demo: |
| |
| gr.Markdown("# 🧠 ZeroGPU LLM Inference") |
|
|
| |
| chat = gr.Chatbot( |
| height="60vh", |
| label="💬 Conversation", |
| buttons=["copy"], |
| avatar_images=(None, "pfp.png"), |
| layout="bubble", |
| elem_id="chat-window" |
| ) |
|
|
| |
| tts_audio_output = gr.Audio( |
| label="🔊 Generated Speech", |
| type="numpy", |
| autoplay=True, |
| visible=True, |
| elem_id="tts-audio" |
| ) |
|
|
| |
| with gr.Row(elem_id="input-row"): |
| txt = gr.Textbox( |
| placeholder="💭 Type your message here... (Press Enter to send)", |
| scale=9, |
| container=False, |
| show_label=False, |
| lines=1, |
| max_lines=5 |
| ) |
| with gr.Column(scale=1, min_width=120): |
| submit_btn = gr.Button("📤 Send", variant="primary", size="lg") |
| cancel_btn = gr.Button("⏹️ Stop", variant="stop", visible=False, size="lg") |
|
|
| |
| with gr.Accordion("⚙️ Settings", open=False): |
| with gr.Row(): |
| with gr.Column(scale=1): |
| model_dd = gr.Dropdown( |
| label="🤖 Model", |
| choices=list(MODELS.keys()), |
| value="Qwen3-0.6B", |
| info="Select the language model to use" |
| ) |
| with gr.Row(): |
| tts_chk = gr.Checkbox( |
| label="🔊 Text-to-Speech", |
| value=True, |
| info="Convert responses to speech" |
| ) |
| thinking_chk = gr.Checkbox( |
| label="💭 Thinking", |
| value=False, |
| info="Show model reasoning" |
| ) |
| search_chk = gr.Checkbox( |
| label="🔍 Web Search", |
| value=False, |
| info="Augment with web data" |
| ) |
| with gr.Column(scale=1): |
| sys_prompt = gr.Textbox( |
| label="📝 System Prompt", |
| lines=3, |
| value=update_default_prompt(False), |
| placeholder="Define the assistant's behavior..." |
| ) |
|
|
| |
| duration_display = gr.Markdown( |
| value=update_duration_estimate("Qwen3-0.6B", False, 4, 50, 1024, 5.0, False), |
| elem_classes="duration-estimate" |
| ) |
|
|
| |
| with gr.Accordion("🎛️ Advanced Parameters", open=False): |
| max_tok = gr.Slider(64, 16384, value=512, step=32, label="Max Tokens") |
| temp = gr.Slider(0.1, 2.0, value=0.7, step=0.1, label="Temperature") |
| with gr.Row(): |
| k = gr.Slider(1, 100, value=40, step=1, label="Top-K") |
| p = gr.Slider(0.1, 1.0, value=0.9, step=0.05, label="Top-P") |
| rp = gr.Slider(1.0, 2.0, value=1.2, step=0.1, label="Repetition Penalty") |
|
|
| |
| with gr.Accordion("🌐 Web Search Settings", open=False, visible=False) as search_settings: |
| mr = gr.Number(value=4, precision=0, label="Max Results") |
| mc = gr.Number(value=50, precision=0, label="Max Chars/Result") |
| st = gr.Slider(minimum=0.0, maximum=30.0, step=0.5, value=5.0, label="Search Timeout (s)") |
|
|
| |
| with gr.Accordion("🔍 Debug Info", open=False): |
| dbg = gr.Markdown() |
|
|
| |
| clr = gr.Button("🗑️ Clear Chat", variant="secondary") |
|
|
| |
|
|
| |
| chat_inputs = [txt, chat, sys_prompt, search_chk, mr, mc, model_dd, max_tok, temp, k, p, rp, st, thinking_chk] |
| |
| stream_outputs = [chat, dbg, txt, submit_btn, cancel_btn] |
|
|
| def stream_chat_and_update_ui(user_msg, chat_history, *args): |
| """ |
| Stream chat responses and manage UI state during generation. |
| TTS is handled separately via .then() chaining. |
| """ |
| if not user_msg.strip(): |
| |
| yield chat_history, "", gr.update(), gr.update(), gr.update() |
| return |
|
|
| |
| yield ( |
| chat_history, |
| "", |
| gr.update(value="", interactive=False), |
| gr.update(interactive=False), |
| gr.update(visible=True), |
| ) |
|
|
| try: |
| |
| for history, debug in chat_response(user_msg, chat_history, *args): |
| yield ( |
| history, |
| debug, |
| gr.update(), |
| gr.update(), |
| gr.update(), |
| ) |
| except GeneratorExit: |
| print("Generation cancelled by user.") |
| raise |
| except Exception as e: |
| print(f"An error occurred during generation: {e}") |
| error_history = (chat_history or []) + [ |
| {'role': 'user', 'content': user_msg}, |
| {'role': 'assistant', 'content': f"**An error occurred:** {str(e)}"} |
| ] |
| yield ( |
| error_history, |
| f"Error: {e}", |
| gr.update(), |
| gr.update(), |
| gr.update(), |
| ) |
|
|
| def reset_ui_after_generation(): |
| """Reset UI to idle state after generation completes.""" |
| print("Resetting UI state after generation.") |
| return ( |
| gr.update(interactive=True), |
| gr.update(interactive=True), |
| gr.update(visible=False), |
| ) |
|
|
| def set_cancel_flag(): |
| """Called by the cancel button, sets the global event.""" |
| cancel_event.set() |
| print("Cancellation signal sent.") |
|
|
| def reset_ui_after_cancel(): |
| """Reset UI components after cancellation.""" |
| cancel_event.clear() |
| print("UI reset after cancellation.") |
| return ( |
| gr.update(interactive=True), |
| gr.update(interactive=True), |
| gr.update(visible=False), |
| None, |
| ) |
|
|
| |
| |
| submit_event = txt.submit( |
| fn=stream_chat_and_update_ui, |
| inputs=chat_inputs, |
| outputs=stream_outputs, |
| ).then( |
| fn=generate_speech_from_chat, |
| inputs=[chat, tts_chk], |
| outputs=[tts_audio_output], |
| ).then( |
| fn=reset_ui_after_generation, |
| outputs=[txt, submit_btn, cancel_btn], |
| ) |
|
|
| |
| submit_btn_event = submit_btn.click( |
| fn=stream_chat_and_update_ui, |
| inputs=chat_inputs, |
| outputs=stream_outputs, |
| ).then( |
| fn=generate_speech_from_chat, |
| inputs=[chat, tts_chk], |
| outputs=[tts_audio_output], |
| ).then( |
| fn=reset_ui_after_generation, |
| outputs=[txt, submit_btn, cancel_btn], |
| ) |
|
|
| |
| |
| cancel_btn.click( |
| fn=set_cancel_flag, |
| cancels=[submit_event, submit_btn_event] |
| ).then( |
| fn=reset_ui_after_cancel, |
| outputs=[txt, submit_btn, cancel_btn, tts_audio_output] |
| ) |
|
|
| |
| duration_inputs = [model_dd, search_chk, mr, mc, max_tok, st, thinking_chk] |
| for component in duration_inputs: |
| component.change(fn=update_duration_estimate, inputs=duration_inputs, outputs=duration_display) |
|
|
| |
| def toggle_search_settings(enabled): |
| return gr.update(visible=enabled) |
|
|
| search_chk.change( |
| fn=lambda enabled: (update_default_prompt(enabled), gr.update(visible=enabled)), |
| inputs=search_chk, |
| outputs=[sys_prompt, search_settings] |
| ) |
|
|
| |
| clr.click(fn=lambda: ([], "", "", gr.update(value=None)), outputs=[chat, txt, dbg, tts_audio_output]) |
|
|
| demo.launch(theme=CUSTOM_THEME, css=CUSTOM_CSS) |
|
|