Skip to content

PRITHIVSAKTHIUR/Chatbot-GPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title emoji colorFrom colorTo sdk sdk_version app_file pinned license
StrangerX AI Bot
🔥
blue
pink
streamlit
1.33.0
app.py
false
creativeml-openrail-m

alt text

🚀Check out the configuration reference at : https://huggingface.co/docs/hub/spaces-config-reference

🚀Huggingface space : https://huggingface.co/spaces/prithivMLmods/StrangerX-AI-Bot

🚀To Clone Just Install Git Past the Command : git clone https://huggingface.co/spaces/prithivMLmods/StrangerX-AI-Bot

ℹ️Generated Result in Huggingface Spaces:

ℹ️Text-2-Text Inference

alt text

🔮Sample Prompt & Output

alt text

.

.

.

You can use your own model like mistral & phi3 (or) refer the my hugging face repo for the model

🥤Use this model with the Inference API (serverless)

import requests

API_URL = "https://api-inference.huggingface.co/models/prithivMLmods/Dorado-8x7B-Instruct-v0.1" headers = {"Authorization": "Bearer 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"}

def query(payload): response = requests.post(API_URL, headers=headers, json=payload) return response.json()

output = query({ "inputs": "Can you please let us know more details about your ", })

Quick Links

Get started with Inference API (serverless) : https://huggingface.co/docs/api-inference/quicktour

Inference API (serverless) Documentation : https://huggingface.co/docs/api-inference/index

.

.

.