awesome-llm-apps
awesome-llm-apps copied to clipboard
Collection of awesome LLM apps with AI Agents and RAG using OpenAI, Anthropic, Gemini and opensource models.
Getting below error. ValueError: Error raised by inference endpoint: HTTPConnectionPool(host='localhost', port=11434): Max retries exceeded with url: /api/embeddings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused'))
base_url
Hello, I would like to know how to change the base URL. The idea is to be able to use OpenRouter, which is compatible with OpenAI, and they offer free...
I'm getting following: You can now view your Streamlit app in your browser. Local URL: http://localhost:8501 Network URL: http://192.168.0.9:8501 2024-05-02 19:07:35.047 Uncaught app exception Traceback (most recent call last): File...
I got rate limited after 4 questions. Not sure what's happening under the hood to hit the rate limit so fast but it's probably best to do this sort of...
AttributeError: 'dict' object has no attribute 'db'
import os import tempfile import time import openai import streamlit as st from embedchain import App # OpenAI API Key OPENAI_API_KEY = "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" # Function to retry API calls with...
There is an issue related to smart_scraper_graph. I am also trying to resolve if anyone finish it please reply - Thanks
The current list of requirements is missing two packages. This causes issues when the installation happens in a fresh environment (venv). Added: - fastapi - uvicorn
almost done, need to fix a few bugs