We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16dc16f commit 3dfd1daCopy full SHA for 3dfd1da
apps/llm/app/llm_tool_calling/index.tsx
@@ -110,7 +110,6 @@ export default function LLMToolCallingScreen() {
110
>
111
<View style={styles.topContainer}>
112
<SWMIcon width={45} height={45} />
113
- <Text style={styles.textModelName}>LLM Tool-calling Demo</Text>
114
</View>
115
{llm.messageHistory.length ? (
116
<View style={styles.chatContainer}>
0 commit comments