Skip to content

Commit 3dfd1da

Browse files
committed
fix: remove redundant llm tool calling information
1 parent 16dc16f commit 3dfd1da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/llm/app/llm_tool_calling/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ export default function LLMToolCallingScreen() {
110110
>
111111
<View style={styles.topContainer}>
112112
<SWMIcon width={45} height={45} />
113-
<Text style={styles.textModelName}>LLM Tool-calling Demo</Text>
114113
</View>
115114
{llm.messageHistory.length ? (
116115
<View style={styles.chatContainer}>

0 commit comments

Comments
 (0)