Skip to content

Commit fbb99ac

Browse files
att
1 parent 3fbd05d commit fbb99ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/native_api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ VibeScript comes with several native Lua libraries that provide essential functi
2727
| `webdriver` | [LuaWebDriver](https://github.com/OUIsolutions/LuaWebDriver) | A WebDriver lib for control chrome browser (similar to selenium) |
2828
| `luaberrante` | [LuaBerrante](https://github.com/SamuelHenriqueDeMoraisVitrio/LuaBerrante) | A lib to control Telegram over lua |
2929
| `heregitage` | [LuaHeritage](https://github.com/mateusmoutinho/LuaHeritage) | A lib make complex POO in lua |
30+
| `clpr` | [clpr](https://github.com/OUIsolutions/clpr) | A lib for multprocess execution in comand line |
3031

3132
These libraries can be directly used within your VibeScript scripts to perform various operations. For example, `dtw.load_file()` can read a file's content, and `json.dumps_to_string()` can serialize a Lua table to a JSON string.
32-
33+
3334
## Creating an LLM Instance
3435

3536
VibeScript allows you to create instances of Large Language Models (LLMs) to interact with AI services. The `newLLM()` function initializes an LLM with specific permissions, which control the operations the model can perform on your system.

0 commit comments

Comments
 (0)