Merge pull request #25 from waleedlatif1/main

chore: updated README
This commit is contained in:
Zaid Mukaddam 2024-12-20 20:26:21 +05:30 committed by GitHub
commit c39c013d36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@ Upvote MiniPerplx on ProductHunt to show your support!
- **Maps**: Get the location of any place using Google Maps API. - **Maps**: Get the location of any place using Google Maps API.
- **Results Overview**: Get a quick overview of the results from different providers. - **Results Overview**: Get a quick overview of the results from different providers.
- **Translation**: Translate text to different languages using Microsoft's Translator API. - **Translation**: Translate text to different languages using Microsoft's Translator API.
- **Flight Tracker**: Track flights using AviationStack's API.
## Built with ## Built with
- [Next.js](https://nextjs.org/) - [Next.js](https://nextjs.org/)
@ -30,12 +31,13 @@ Upvote MiniPerplx on ProductHunt to show your support!
- [OpenWeather](https://openweathermap.org/) - [OpenWeather](https://openweathermap.org/)
- [E2B](https://e2b.dev/) - [E2B](https://e2b.dev/)
- [Google Maps](https://developers.google.com/maps) - [Google Maps](https://developers.google.com/maps)
- [AviationStack](https://aviationstack.com/)
## LLM used ## LLM used
- [OpenAI's GPT 4o mini](https://openai.com/index/gpt-4o-mini-advancing-cost-efficient-intelligence/) - [OpenAI's GPT 4o mini](https://openai.com/index/gpt-4o-mini-advancing-cost-efficient-intelligence/)
- [Anthropic's Claude 3.5 Sonnet](https://www.anthropic.com/news/claude-3-5-sonnet/) - [Anthropic's Claude 3.5 Sonnet](https://www.anthropic.com/news/claude-3-5-sonnet/)
- [OpenAI's o1-mini](https://openai.com/index/openai-o1-mini-advancing-cost-efficient-reasoning/) powered by [OpenRouter](https://openrouter.ai/models/openai/o1-mini) - [OpenAI's o1-mini](https://openai.com/index/openai-o1-mini-advancing-cost-efficient-reasoning/) powered by [OpenRouter](https://openrouter.ai/models/openai/o1-mini)
- [xAI's Grok](https://x.ai/grok)
### Deploy your own ### Deploy your own
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fzaidmukaddam%2Fminiperplx&env=OPENAI_API_KEY,ANTHROPIC_API_KEY,GROQ_API_KEY,TAVILY_API_KEY,OPENWEATHER_API_KEY,E2B_API_KEY&envDescription=API%20keys%20needed%20for%20application) [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fzaidmukaddam%2Fminiperplx&env=OPENAI_API_KEY,ANTHROPIC_API_KEY,GROQ_API_KEY,TAVILY_API_KEY,OPENWEATHER_API_KEY,E2B_API_KEY&envDescription=API%20keys%20needed%20for%20application)