Skip to content

Commit ff306f9

Browse files
authored
Merge pull request #11 from emilrueh/dev
Cleanup README
2 parents 4efd724 + 3f84f74 commit ff306f9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)