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
44
55## Providers
66
7+ > ⚠️ This is a work in progress so any help is appreciated!
8+
79- [ OpenAI] ( https://platform.openai.com/docs/overview )
810
911- [ Anthropic] ( https://docs.anthropic.com/en/home )
1012
11- > ⚠️ This is a work in progress so any help is appreciated!
12-
1313## Features
1414
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
1919- Abstraction for structured response JSON output
2020- Token usage tracking with cost calculation
2121
@@ -50,9 +50,9 @@ See `main.lua` for a more detailed example.
5050
5151## Roadmap
5252
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