這是fork memochou1993的專案,並加上新的功能
- 可用其他的AI Saas廠商的 API接口,如 groq、deepinfra、openrouter、自架Ollama
- 產圖模型從
dall-e-2
改成dall-e-3
,並可設定畫質 gpt-4
也換成gpt-4-turbo
- 增加
gpt-4-vision
圖片識別功能
新增環境變數
PROVIDER_BASE_URL //供應商API網址
PROVIDER_BASE_TOKEN //供應商API金鑰
PROVIDER_BASE_MODEL //供應商模型名稱 ex:llama3-70b-8192
OPENAI_IMAGE_GENERATION_MODEL //使用的產圖模型,預設 dall-e-2
OPENAI_IMAGE_GENERATION_QUALITY //使用的產圖尺吋,預設 256*256
GPT AI Assistant is an application that is implemented using the OpenAI API and LINE Messaging API. Through the installation process, you can start chatting with your own AI assistant using the LINE mobile app.
- 2023-05-03: The
4.6
version now supportgpt-4
OpenAI model. 🔥 - 2023-03-05: The
4.1
version now support the audio message of LINE andwhisper-1
OpenAI model. 🔥 - 2023-03-02: The
4.0
version now supportgpt-3.5-turbo
OpenAI model. 🔥
- jayer95 - Debugging and testing
- kkdai - Idea of
sum
command - Dayu0815 - Idea of
search
command - mics8128 - Implementing new features
- All other contributors
If there is any question, please contact me at memochou1993@gmail.com. Thank you.
Detailed changes for each release are documented in the release notes.