gradio-chatbot icon indicating copy to clipboard operation
gradio-chatbot copied to clipboard

HuggingFace Model Upgrade

Open egcash opened this issue 2 years ago • 1 comments

The 1st one whose Model Index is 0, Name : GPT4FREE using GP-3.5 Model, is there any method I can change my gpt model to gpt-4 through API

Here's the gpt-4 huggingface model : https://huggingface.co/spaces/justest/gpt4free

egcash avatar Aug 24 '23 07:08 egcash

@egcash You can duplicate a gpt4free space, set gpt4 as the default model, and then use it through gradio-chatbot https://huggingface.co/spaces/yy

weaigc avatar Aug 28 '23 14:08 weaigc