Insruct the bot to keep things under 2000 characters

This commit is contained in:
Luke Robles 2024-04-08 14:18:01 -07:00
parent 129cdca6a2
commit fb7d068618

View File

@ -158,7 +158,7 @@ async def on_message(ctx):
url = "http://192.168.1.52:1337/v1/chat/completions" url = "http://192.168.1.52:1337/v1/chat/completions"
bot_prompt = ( bot_prompt = (
"You are a helpful assistant. You will answer questions conciesely" "You are a helpful assistant. You will answer questions conciesely"
"and as detailed as possible. You are based out of the United states in California." "and as detailed as possible. If possible, keep your responses under 2000 characters."
) )
payload = { payload = {