gpt4

#1
by gaypete - opened

Greetings, could you kindly share a link to a freely accessible and fully operational GPT-4 chat interface? Despite my extensive search efforts, I have been unable to find any functional options. Unfortunately, the solutions I have come across thus far either suffer from substantial wait times or fail to perform as expected. My objective is to develop a functional code, but I have encountered challenges due to exceeding the standard model length, such as those found in GPT-3 or the turbo-charged GPT-3.5.

That will be hard tbh, as gpt4 is a proprietary model by openai, which requires payment. If you have an openai key you can use their API.

That will be hard tbh, as gpt4 is a proprietary model by openai, which requires payment. If you have an openai key you can use their API.

Maybe then is there any known free working solution available with an extended token length, such as gpt-3.5-turbo-16k or gpt-3.5-turbo-32k?

Yeah you can enhance e.g. the llama models with positional interpolation, e.g. this one https://huggingface.co/togethercomputer/LLaMA-2-7B-32K but they won't work as good as 3.5 in terms of quality, best would go with the 70b one

It looks that it's not reliable for me to deploy it anyhow right now. Can you tell why your plugged constructor doesn't function as intended at?: https://ysharma-chatgpt-plugins-ui-with-langchain.hf.space/
All plug-ins basically not function at all, or maybe I misunderstood something on how it should function exactly?

Its not my space, need to ask @ysharma

Its not my space, need to ask @ysharma

How to contact him through huggingface.co?

Sign up or log in to comment