[PR #66] [CLOSED] feat: add chat_gmail_llama3.py using llama 3 model #136

Closed
opened 2025-11-06 14:56:50 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/66
Author: @AhmedOsamaMath
Created: 12/31/2024
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • e784922 feat: add chat_gmail_llama3.py using llama 3 model

📊 Changes

1 file changed (+45 additions, -0 deletions)

View changed files

chat_with_X_tutorials/chat_with_gmail/chat_gmail_llama3.py (+45 -0)

📄 Description

  • Replace openai with Ollama/Llama 3 for local llm inference
  • Add session state management for app persistence
  • Implement gmail chat functionality matching chat_github_llama3 pattern
  • Remove openai api key requirement

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/66 **Author:** [@AhmedOsamaMath](https://github.com/AhmedOsamaMath) **Created:** 12/31/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`e784922`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/e7849228671a4c603a8e704f3413fa2cf61e7551) feat: add chat_gmail_llama3.py using llama 3 model ### 📊 Changes **1 file changed** (+45 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `chat_with_X_tutorials/chat_with_gmail/chat_gmail_llama3.py` (+45 -0) </details> ### 📄 Description - Replace openai with Ollama/Llama 3 for local llm inference - Add session state management for app persistence - Implement gmail chat functionality matching chat_github_llama3 pattern - Remove openai api key requirement --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 14:56:50 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#136