awesome-llm-apps icon indicating copy to clipboard operation
awesome-llm-apps copied to clipboard

Collection of awesome LLM apps with AI Agents and RAG using OpenAI, Anthropic, Gemini and opensource models.

Results 143 awesome-llm-apps issues
Sort by recently updated
recently updated
newest added

Build a Multimodal AI Agent Design Team Moduel I try pip install -r queirements.txt tips Cannot install Pillow==11.0.0 and streamlit==1.30.0 because these package versions have conflicting dependencies

in this project, I wanted to use notion/google docs tool from composio where all the 4 agent's responses will be written in a new notion/google doc page, but I constantly...

https://github.com/othorai/othor.ai Othor is an AI-native alternative to popular business intelligence solutions like Tableau, Power BI, and Looker. Othor utilizes large language models (LLMs) to deliver business intelligence insights in minutes.

Hello, the duckduckgo-search==6.4.1 is not available. You can use instead the version 6.4.2

https://github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_tutorials/ai_medical_imaging_agent/ai_medical_imaging.py I tried to run above agent for some medical images related to x-ray and ultrasound, but it is not giving any results instead of that it is just giving...

What would be involved in getting some of these apps, e.g., chat with pdf, to work with llama.cpp instead of ollama? I'm a big fan of llama.cpp (on a Mac)....

- 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...

while I am using `chat_github_llama3.py` I get above error when do `streamlit run chat_github_llama3.py`