Skip to content

Commit 37a5e42

Browse files
committed
revised the library.properties to be compliant with Semantic Versioning requirements
1 parent 9ba7921 commit 37a5e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=ESP32_AI_Connect
2-
version=0.5.0.12
2+
version=0.5.1
33
author=AvantMaker <admin@avantmaker.com> (and AI Assistant)
44
maintainer=AvantMaker <admin@avantmaker.com>
55
sentence=A library for ESP32 to interact with various AI APIs (OpenAI, Gemini, DeepSeek, etc.).
66
paragraph=Handles HTTP requests and JSON parsing for LLM chat completions including tool/function calls. Features memory management, error handling, and a unified interface across AI platforms. Requires ArduinoJson library. Uses insecure HTTPS by default for simplicity.
77
category=Communication
88
url=https://github.com/AvantMaker/ESP32_AI_Connect
99
architectures=esp32
10-
depends=ArduinoJson, WiFiClientSecure, HTTPClient
10+
depends=ArduinoJson

0 commit comments

Comments
 (0)