adjusting chatgpt prompt
This commit is contained in:
parent
7ee8a27e54
commit
102f95b1a8
@ -157,8 +157,9 @@ 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. If possible, keep your responses under 2000 characters."
|
"and as detailed as possible. If possible, keep your responses under 2000 characters. "
|
||||||
|
"If the prompt is not a coding question, keep your answer very short."
|
||||||
)
|
)
|
||||||
|
|
||||||
payload = {
|
payload = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user