Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.8 KB

File metadata and controls

45 lines (32 loc) · 1.8 KB

Third Party Licenses

This project includes code and concepts derived from or inspired by the following open source projects:

GPT Mobile

Repository: https://github.com/Taewan-P/gpt_mobile
Author: Taewan Park (Taewan-P)
License: GNU General Public License v3.0
Copyright: Copyright (C) 2024 Taewan Park

Description

GPT Mobile is a Chat Assistant for Android that supports chatting with multiple models at once. This project (MultiGPT) was inspired by and builds upon concepts from GPT Mobile, including:

  • Multi-model chat interface design
  • API integration patterns for multiple AI providers (OpenAI, Anthropic, Google, Groq, Ollama)
  • Modern Android architecture implementation
  • Material You design implementation

License Text

The complete GPL-3.0 license text can be found in the LICENSE file.

Original Copyright Notice

GPT Mobile - Chat Assistant for Android
Copyright (C) 2024 Taewan Park

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

Acknowledgments

We are grateful to the GPT Mobile project and its contributors for their excellent work in creating an open source multi-model chat application for Android. Their implementation and architectural decisions have been invaluable in the development of MultiGPT.

For the complete list of GPT Mobile contributors, please visit: https://github.com/Taewan-P/gpt_mobile/graphs/contributors