Husnain

Results 19 comments of Husnain

Thank You Sir Very much for your this help.. ❤❤❤❤❤❤❤

Sir working this project is very good if you use NextChat Then you can access all chatgpt models

Check This https://gem-v1.hf.space

Also add a funtion to write a mail to all users about community etc

@Calcium-Ion **Serverless Inference API** https://huggingface.co/docs/api-inference/quicktour https://huggingface.co/docs/api-inference **Inference Endpoints (dedicated)** https://huggingface.co/docs/inference-endpoints/en/index https://ui.endpoints.huggingface.co **Serverless Inference API Example** ```curl 'https://api-inference.huggingface.co/models/mistralai/Mistral-Nemo-Instruct-2407/v1/chat/completions' \ -H "Authorization: Bearer hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \ -H 'Content-Type: application/json' \ -d '{ "model":...

**Inference Endpoints (dedicated) Example** ```python # If necessary, install the openai Python library by running # pip install openai from openai import OpenAI client = OpenAI( base_url="https://hlb2vp60a9kpy2lu.us-east-1.aws.endpoints.huggingface.cloud/v1/", api_key="hf_niansuhai" ) chat_completion...

Also, include default system prompts in each channel.