{"id":23869117,"url":"https://github.com/extrawest/local_ai_multiproviders_showcase","last_synced_at":"2026-01-31T17:37:55.651Z","repository":{"id":250897358,"uuid":"835696488","full_name":"extrawest/local_ai_multiproviders_showcase","owner":"extrawest","description":"local ia multiprovider on flutter","archived":false,"fork":false,"pushed_at":"2024-07-31T15:01:16.000Z","size":59,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-10T20:00:54.083Z","etag":null,"topics":["bloc","dart","flutter","groq","llmcpp","openai"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/extrawest.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-30T10:59:05.000Z","updated_at":"2024-09-21T07:07:59.000Z","dependencies_parsed_at":"2024-09-11T15:39:00.179Z","dependency_job_id":null,"html_url":"https://github.com/extrawest/local_ai_multiproviders_showcase","commit_stats":null,"previous_names":["extrawest/local_ai_multiproviders_showcase"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/extrawest/local_ai_multiproviders_showcase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Flocal_ai_multiproviders_showcase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Flocal_ai_multiproviders_showcase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Flocal_ai_multiproviders_showcase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Flocal_ai_multiproviders_showcase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/extrawest","download_url":"https://codeload.github.com/extrawest/local_ai_multiproviders_showcase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Flocal_ai_multiproviders_showcase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28948524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bloc","dart","flutter","groq","llmcpp","openai"],"created_at":"2025-01-03T12:16:06.411Z","updated_at":"2026-01-31T17:37:55.617Z","avatar_url":"https://github.com/extrawest.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  Local Ai Multiproviders Showcase\n[![GitHub stars](https://img.shields.io/github/stars/extrawest/local_ai_multiproviders_showcase.svg?style=social\u0026label=Star\u0026maxAge=2592000)](\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)]()\n[![Maintaner](https://img.shields.io/static/v1?label=Oleksandr%20Samoilenko\u0026message=Maintainer\u0026color=red)](mailto:oleksandr.samoilenko@extrawest.com)\n[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)]()\n![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)\n![GitHub release](https://img.shields.io/badge/release-v1.0.0-blue)\n\n## PROJECT INFO\n- **AI provider Application on the latest version of Flutter**\n- **We were intended to create a an MVP showcase application that allows you to use Groq, OpenAi and llm.cpp providers through single ui. You only need to select one of the providers and start chatting.**\n\n\n## Preview\n\nhttps://github.com/user-attachments/assets/d23e9136-42fe-48d3-8f95-229888dd9400\n\n## Features\n- Groq with \"mixtral-8x7b-32768\"\n- OpenAi with \"gpt-3.5-turbo\"\n- Llama.cpp with any model you want\n\n## Installing:\n**1. Clone this repo to your folder:**\n\n```\ngit clone https://github.com/extrawest/local_ai_multiproviders_showcase.git\n```\n\n**2. Change current directory to the cloned folder:**\n\n```\ncd local_ai_multiproviders_showcase\n```\n\n**3. Get packages**\n\n```\nflutter pub get\n```\n## Create .env file\nTo use Grouq and Openai API you need to add  some information to .env file\n```\nGROQ_API_KEY='YOUR_GROQ_API_KEY'\nGROQ_URL = 'https://api.groq.com/openai' -leave it as is\nOPENAI_API_KEY='YOUR_OPENAI_API_KEY'\nOPENAI_URL = 'https://api.openai.com' -leave it as is\nLLAMACPP_URL = 'URL_TO_YOUR_LLAMACPP_SERVER'\n```\n\n## run LLM.CPP server\n**1. download this repo**\nhttps://github.com/ggerganov/llama.cpp\n**2. Open the project and run the server**\n```\n./llama-server -m path_to_your_model f -c 2048 --port 8080 --host 127.0.0.1\n```\n**3. Add the server url to .env file**\nYou probaly will neet to create a tunnel to your server to make it accessible. You can use ngrok for that.\nRun this command\n```\nngrok http your_local_url\n```\n\nNow you are ready to run the project\n\n\nCreated by Oleksandr Samoilenko\n\n[Extrawest.com](https://www.extrawest.com), 2024\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextrawest%2Flocal_ai_multiproviders_showcase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextrawest%2Flocal_ai_multiproviders_showcase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextrawest%2Flocal_ai_multiproviders_showcase/lists"}