This project is an initiative undertaken by API Dash for GSSoC 2024 contributors. Contributors should go through the Contributing Guide to learn how to raise an issue and send across a PR. Awesome Generative AI & LLM APIs A curated list of useful Generative AI & LLM APIs for developers. Generative AI APIs allow developers to integrate generative models ..
Category : AI
Google Generative AI SDK for Dart The Google Generative AI SDK for Dart allows developers to use state-of-the-art Large Language Models (LLMs) to build language applications. Getting Started This repository contains a few sample apps. To try them out, follow these steps: Change the directory to the samples package. Export a $GOOGLE_API_KEY environment variable with an API ..
ChatGPT Application with flutter ChatGPT is a chat-bot launched by OpenAI in November 2022. It is built on top of OpenAI’s GPT-3.5 family of large language models, and is fine-tuned with both supervised and reinforcement learning techniques. OpenAI Powerful Library Support GPT-4 Features Install Package Create OpenAI Instance Change Access Token Complete Text Support Server ..
NEW: ChatGPT & Whisper APIs are added to the library and can be used directly. Help this grow and get discovered by other devs with a ⭐ star. An open-source Client package that allows developers to easily integrate the power of OpenAI’s state-of-the-art AI models into their Dart/Flutter applications. This library provides simple and intuitive methods for making requests ..
This is an open-source Flutter package that leverages the use of dart_openai for connecting and integrating OpenAI Art-Of-State models such as GPT and Dall-E directly inside your Dart/Flutter application. This package comes with prebuilt widgets, and Flutter components that can be used directly inside your app to make the process even easier and faster to fit for ..