mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-16 03:40:34 +08:00
support function calling
This commit is contained in:
@@ -3,7 +3,7 @@ import json
|
||||
import gradio as gr
|
||||
from typing import TYPE_CHECKING, Any, Dict, Tuple
|
||||
|
||||
from llmtuner.webui.common import DATA_CONFIG
|
||||
from ...extras.constants import DATA_CONFIG
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from gradio.components import Component
|
||||
|
||||
Reference in New Issue
Block a user