Skip to content

Commit 6cb4dc4

Browse files
committed
v1.0..2
1 parent 7d0f371 commit 6cb4dc4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626
- **Multiple AI Providers**:
2727
- Google Gemini (2.5 Flash, 2.0 Flash, 1.5 Pro, and more)
28+
- Groq (Llama 4 and Llama 3 models)
2829
- OpenAI (GPT-4o, GPT-4o Mini)
29-
- Groq (Llama 3 models)
3030
- **Smart Model Selection**:
3131
- Adaptive model selection based on task complexity
3232
- Balance between speed and accuracy
@@ -152,7 +152,8 @@ Choose different models based on your needs:
152152
- **Gemini 2.0 Flash**: Balanced performance
153153
- **Gemini 1.5 Pro**: Advanced reasoning
154154
- **GPT-4o**: OpenAI's most capable model
155-
- **Llama 3**: Open-source alternative
155+
- **Llama 4**: Scout and Maverick
156+
- **Llama 3**: Another Open-source alternative
156157

157158
## 🤝 Contributing
158159

@@ -194,5 +195,5 @@ Have questions or suggestions? Feel free to open an issue or reach out to us!
194195
---
195196

196197
<div align="center">
197-
Made with ❤️ by XEVEN777
198+
Made with ❤️ by <a href="https://anish7.me">Xeven</a>
198199
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cluelessly",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A powerful desktop application that helps developers solve coding problems by analyzing screenshots of code and providing AI-powered solutions.",
55
"main": "./out/main/index.js",
66
"author": "https://github.com/Xeven777",

0 commit comments

Comments
 (0)