File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ A developer-friendly Lua interface for working with multiple generative AI provi
4
4
5
5
## Providers
6
6
7
+ > ⚠️ This is a work in progress so any help is appreciated!
8
+
7
9
- [ OpenAI] ( https://platform.openai.com/docs/overview )
8
10
9
11
- [ Anthropic] ( https://docs.anthropic.com/en/home )
10
12
11
- > ⚠️ This is a work in progress so any help is appreciated!
12
-
13
13
## Features
14
14
15
- - Easily switch between AI chat model providers.
16
- - Pass in prompts and get replies without the provider complexity.
17
- - Easily integrate new models and adjust settings.
18
- - Work directly with the ` src.ai ` client for more granular control.
15
+ - Easily switch between AI chat model providers
16
+ - Pass in prompts and get replies without the provider complexity
17
+ - Easily integrate new models and adjust settings
18
+ - Work directly with the ` src.ai ` client for more granular control
19
19
- Abstraction for structured response JSON output
20
20
- Token usage tracking with cost calculation
21
21
@@ -50,9 +50,9 @@ See `main.lua` for a more detailed example.
50
50
51
51
## Roadmap
52
52
53
- - Advanced error handling
54
- - Google Gemini integration
55
- - Audio models
56
- - Image models
57
- - Open-Source model integration
58
- - Video models
53
+ 1 . Advanced error handling
54
+ 2 . Google Gemini integration
55
+ 3 . Audio models
56
+ 4 . Image models
57
+ 5 . Open-Source model integration
58
+ 6 . Video models
You can’t perform that action at this time.
0 commit comments