Is there a high-level chat option? #424
-
Is your feature request related to a problem? Please describe. Describe the solution you'd like Describe alternatives you've considered
Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Check out oobabooga/text-generation-webui which can use The key is to understand how the models you are using were trained and to ensure your prompt template conforms to the training template. |
Beta Was this translation helpful? Give feedback.
Check out oobabooga/text-generation-webui which can use
llama-cpp-python
. I've had a lot of success with llama-cpp-telegram_bot using Vicuna and WizardLM GGML models @TheBloke has converted.The key is to understand how the models you are using were trained and to ensure your prompt template conforms to the training template.