Skip to content

Commit 04dee5a

Browse files
committed
typo fix
1 parent 918d764 commit 04dee5a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ ESP32_AI_Connect is an Arduino library that enables ESP32 microcontrollers to in
4444

4545
| Platform | Identifier | Example Models | Tool Calls Support | Streaming Support |
4646
|-------------------|----------------------|---------------------------------|-------------------|-------------------|
47-
| OpenAI | `"openai"` | gpt-3.5, gpt-4 | Yes | Under Development |
48-
| Google Gemini | `"gemini"` | gemini-2.0-flash, gemini-2.5 | Yes | Under Development |
49-
| DeepSeek | `"deepseek"` | deepseek-chat | Yes | Under Development |
47+
| OpenAI | `"openai"` | gpt-3.5, gpt-4, etc. | Yes | Under Development |
48+
| Google Gemini | `"gemini"` | gemini-2.0-flash, gemini-2.5, etc. | Yes | Under Development |
49+
| DeepSeek | `"deepseek"` | deepseek-chat, etc. | Yes | Under Development |
5050
| Anthropic Claude | `"claude"`| claude-3.7-sonnet, claude-3.5-haiku, etc. | Yes | Under Development |
51-
| OpenAI Compatible | `"openai-compatible"`| HuggingFace, Qwen, etc. | See Note 1 below | Under Development |
51+
| OpenAI Compatible | `"openai-compatible"`| HuggingFace, OpenRouter, etc. | See Note 1 below | Under Development |
5252

5353
**Note 1:** Tool call support differs by platform and model, so the availability of the `tool_calls` feature on the OpenAI Compatible platform depends on your chosen platform and model.
5454

@@ -148,7 +148,7 @@ void loop() {
148148
```
149149
150150
## Tool Calls (Tool Calling) Support
151-
Tool calls (a.k.a. talling calling) enable the AI model to request specific actions from your ESP32 application. This feature allows:
151+
Tool calls (a.k.a. tool calling or tool use) enable the AI model to request specific actions from your ESP32 application. This feature allows:
152152
153153
- Two-way interaction : AI can request data or actions from your device
154154
- Structured data exchange : Receive properly formatted JSON for easy parsing

0 commit comments

Comments
 (0)