c0sogi / LLMChat

A full-stack Webui implementation of Large Language model, such as ChatGPT or LLaMA.
MIT License
245 stars 41 forks source link

Chatroles.system default startup TMPL #34

Closed Torhamilton closed 1 year ago

Torhamilton commented 1 year ago

How to use a DESCRIPTION_TMPL for openai "chatroles.system" models. I see DESCRIPTION being passed as "description" in other modals. Gpt needs this feature, if it exist how do I trigger it.?

c0sogi commented 1 year ago

This feature is not available for the ChatGPT API. Description is a template to make LLMs that are not developed for chatting chat-enabled. It can only be used with the Text completion model.

Torhamilton commented 1 year ago

okay