{"id":23114642,"url":"https://github.com/prithivsakthiur/chatbot-gpt","last_synced_at":"2025-05-06T21:41:44.415Z","repository":{"id":237377643,"uuid":"794408899","full_name":"PRITHIVSAKTHIUR/Chatbot-GPT","owner":"PRITHIVSAKTHIUR","description":"3-In-1-Chatbot - GPT","archived":false,"fork":false,"pushed_at":"2024-05-31T09:23:06.000Z","size":910,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T03:11:55.227Z","etag":null,"topics":["ai","app","chat-application","chatbot","chatgpt","llm","mistral","multimodal","streamlit-webapp"],"latest_commit_sha":null,"homepage":"https://huggingface.co/spaces/prithivMLmods/StrangerAI-Lighting-Chatbot","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PRITHIVSAKTHIUR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-01T04:56:37.000Z","updated_at":"2024-07-27T15:01:40.000Z","dependencies_parsed_at":"2024-05-01T06:24:46.973Z","dependency_job_id":"71897998-4af2-41ae-9b5a-b77bd0e0ae0c","html_url":"https://github.com/PRITHIVSAKTHIUR/Chatbot-GPT","commit_stats":null,"previous_names":["prithivsakthiur/3-in-1-chatbot","prithivsakthiur/chatbot-gpt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRITHIVSAKTHIUR%2FChatbot-GPT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRITHIVSAKTHIUR%2FChatbot-GPT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRITHIVSAKTHIUR%2FChatbot-GPT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRITHIVSAKTHIUR%2FChatbot-GPT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PRITHIVSAKTHIUR","download_url":"https://codeload.github.com/PRITHIVSAKTHIUR/Chatbot-GPT/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252775779,"owners_count":21802454,"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","app","chat-application","chatbot","chatgpt","llm","mistral","multimodal","streamlit-webapp"],"created_at":"2024-12-17T03:33:59.278Z","updated_at":"2025-05-06T21:41:44.366Z","avatar_url":"https://github.com/PRITHIVSAKTHIUR.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\r\ntitle: StrangerX AI Bot\r\nemoji: 🔥\r\ncolorFrom: blue\r\ncolorTo: pink\r\nsdk: streamlit\r\nsdk_version: 1.33.0\r\napp_file: app.py\r\npinned: false\r\nlicense: creativeml-openrail-m\r\n---\r\n\r\n![alt text](assets/13.png)\r\n\r\n🚀Check out the configuration reference at : https://huggingface.co/docs/hub/spaces-config-reference\r\n\r\n🚀Huggingface space : https://huggingface.co/spaces/prithivMLmods/StrangerX-AI-Bot\r\n\r\n🚀To Clone Just Install Git Past the Command : git clone https://huggingface.co/spaces/prithivMLmods/StrangerX-AI-Bot\r\n\r\nℹ️Generated Result in Huggingface Spaces:\r\n\r\nℹ️Text-2-Text Inference\r\n\r\n![alt text](assets/1.png)\r\n\r\n🔮Sample Prompt \u0026 Output\r\n\r\n![alt text](assets/2.png)\r\n\r\n\r\n.\r\n\r\n.\r\n\r\n.\r\n\r\nYou can use your own model like mistral \u0026 phi3 (or) refer the my hugging face repo for the model \r\n\r\n\r\n## 🥤Use this model with the Inference API (serverless)\r\n\r\n\r\nimport requests\r\n\r\nAPI_URL = \"https://api-inference.huggingface.co/models/prithivMLmods/Dorado-8x7B-Instruct-v0.1\"\r\nheaders = {\"Authorization\": \"Bearer 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\"}\r\n\r\ndef query(payload):\r\n\tresponse = requests.post(API_URL, headers=headers, json=payload)\r\n\treturn response.json()\r\n\t\r\noutput = query({\r\n\t\"inputs\": \"Can you please let us know more details about your \",\r\n})\r\n\r\n## Quick Links\r\n\r\nGet started with Inference API (serverless) : https://huggingface.co/docs/api-inference/quicktour\r\n\r\nInference API (serverless) Documentation : https://huggingface.co/docs/api-inference/index\r\n\r\n.\r\n\r\n.\r\n\r\n.\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprithivsakthiur%2Fchatbot-gpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprithivsakthiur%2Fchatbot-gpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprithivsakthiur%2Fchatbot-gpt/lists"}