Google Gemini Pro Chat Application
1.0.0
Streamlit Web 應用程序,允許使用者與 Google 的 GenerativeAI (Gemini-Pro) 聊天。該應用程式使用戶能夠以對話方式與 Gemini-Pro 進行互動。
Google Gemini-Pro 聊天應用程式是一個基於 Streamlit 的 Web 介面,可促進與 Google GenerativeAI 的互動式對話。使用者可以提出問題或進行對話,接收強大的 Gemini-Pro 模型產生的回應。
若要開始該項目,請按照以下步驟操作。
克隆儲存庫:
https://github.com/Akhileshkumarsingh21221/Google-Gemini-Pro-Chat-Application.git
cd gemini-pro-chat
安裝依賴項:
pip install -r requirements.txt
設定您的 Google API 金鑰:
.env
檔案。運行應用程式:
streamlit run app.py
該應用程式可透過 http://localhost:8501/ 存取。
歡迎為 Google Gemini-Pro 聊天應用程式做出貢獻!如果您有建議、增強功能或錯誤修復,請按照以下步驟操作:
git checkout -b feature/YourFeature
)。git commit -m 'Add some feature'
)。git push origin feature/YourFeature
)。根據 MIT 許可證分發。有關詳細信息,請參閱LICENSE.txt
。