{"id":17526916,"url":"https://github.com/jaypyles/PerplexiBot","last_synced_at":"2025-03-06T06:31:06.753Z","repository":{"id":233417611,"uuid":"787136907","full_name":"jaypyles/PerplexiBot","owner":"jaypyles","description":"Researching the web with AI.  Powered by https://github.com/jaypyles/FreeAskInternet-API.","archived":false,"fork":false,"pushed_at":"2024-06-28T01:41:47.000Z","size":225,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-15T07:47:11.711Z","etag":null,"topics":["ai","discord","free","gpt","openai","self-hosted"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaypyles.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-16T00:36:22.000Z","updated_at":"2024-07-28T02:02:31.000Z","dependencies_parsed_at":"2024-04-19T04:27:50.394Z","dependency_job_id":"4107cb18-b5b9-423a-8c92-fd8ff71bef8b","html_url":"https://github.com/jaypyles/PerplexiBot","commit_stats":null,"previous_names":["jaypyles/perplexibot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaypyles%2FPerplexiBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaypyles%2FPerplexiBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaypyles%2FPerplexiBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaypyles%2FPerplexiBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaypyles","download_url":"https://codeload.github.com/jaypyles/PerplexiBot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242161513,"owners_count":20081886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","discord","free","gpt","openai","self-hosted"],"created_at":"2024-10-20T15:02:37.523Z","updated_at":"2025-03-06T06:31:06.325Z","avatar_url":"https://github.com/jaypyles.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# PerplexiBot\n\nAn open-source, self-hosted, Discord bot, built to allow users to use GPT 3.5 Web/self-hosted Ollama models, alongside SearXNG.\nPowered by https://github.com/jaypyles/FreeAskInternet-API.\n\nBased on https://perplexity.ai\n\n## Deployment Guide\n\n- Create a Discord bot at https://discord.com/developers/\n- Give your Bot intents to read messages and create messages\n\n```\ngit clone https://github.com/jaypyles/PerplexiBot.git\ncd PerplexiBot\ntouch .env\n```\n\nAdd your bot's token to the .env file.\n\n```\nTOKEN=\"...\"\n```\n\n`make build up`\n\n## Example\n\n![send](https://github.com/jaypyles/PerplexiBot/blob/master/doc/send.png)\n![response](https://github.com/jaypyles/PerplexiBot/blob/master/doc/response.png)\n\n## Ollama Guide\n\nProvide the `OLLAMA_MODEL` and `GPT_MODEL` environmental variables in the `perplexibot` service and add the `OLLAMA_HOST` environmental variable to the `backend` service.\n\n```yml\nperplexibot:\n  container_name: perplexibot\n  environment:\n    - GPT_MODEL=ollama\n    - OLLAMA_MODEL=orca-mini\n  build:\n    context: \"./\"\n  networks:\n    - search\nbackend:\n  image: jpyles0524/freeaskinternetapi:latest\n  container_name: searchbackend\n  depends_on:\n    - llm-freegpt35\n  environment:\n    - OLLAMA_HOST=http://ollama:11434\n  restart: on-failure\n  networks:\n    - search\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaypyles%2FPerplexiBot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaypyles%2FPerplexiBot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaypyles%2FPerplexiBot/lists"}