Compare commits

..

No commits in common. "7ea946de8858dbed0bc36bbf84688728e2aa9d2c" and "66b99c5d1b75a68cee7e15928879405d5c0f7c45" have entirely different histories.

2 changed files with 3 additions and 3 deletions
Jenkinsfile
src/aidgaf/aidgaf_server

2
Jenkinsfile vendored

@ -33,7 +33,7 @@ pipeline {
steps { steps {
withCredentials([ sshUserPrivateKey(credentialsId: 'dockeruserOn192.168.1.115', keyFileVariable: 'sshkey', usernameVariable: 'user')]) { withCredentials([ sshUserPrivateKey(credentialsId: 'dockeruserOn192.168.1.115', keyFileVariable: 'sshkey', usernameVariable: 'user')]) {
sh '#!/bin/sh \n' + sh '#!/bin/sh \n' +
'set +e; docker logs aidgaf-server; docker stop aidgaf-server||echo machine stopped; docker rm aidgaf-server||echo machine does not exist; set -e' 'set +e; docker stop aidgaf-server||echo machine stopped; docker rm aidgaf-server||echo machine does not exist; set -e'
} }
} }
} }

@ -26,7 +26,7 @@ SERVERPORT: int = 8087
""" The prompts used for OpenAI. When the server receives a request, it will """ The prompts used for OpenAI. When the server receives a request, it will
randomly select one of these prompts to use.""" randomly select one of these prompts to use."""
PROMPTS = [ PROMPTS = [
# "Say \"USERNAME does not give a fuck\" as a haiku and mention that it is a haiku.", "Say \"USERNAME does not give a fuck\" as a haiku and mention that it is a haiku.",
"Say \"USERNAME does not give a fuck\" in a Dr Suess poem.", "Say \"USERNAME does not give a fuck\" in a Dr Suess poem.",
"Tell me a funny, impossible, story about USERNAME. Make USERNAME seem relatable at the end. Make up an outrageous situation where the moral of the story is: \"USERNAME does not give a fuck\" to this very day." "Tell me a funny, impossible, story about USERNAME. Make USERNAME seem relatable at the end. Make up an outrageous situation where the moral of the story is: \"USERNAME does not give a fuck\" to this very day."
"Say \"USERNAME is completely apethetic and does not give a fuck\" in a verbose manner, using your most colorful words and one metaphor." "Say \"USERNAME is completely apethetic and does not give a fuck\" in a verbose manner, using your most colorful words and one metaphor."