Compare commits
2 Commits
66b99c5d1b
...
7ea946de88
Author | SHA1 | Date | |
---|---|---|---|
|
7ea946de88 | ||
|
94f3c26b86 |
2
Jenkinsfile
vendored
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 stop aidgaf-server||echo machine stopped; docker rm aidgaf-server||echo machine does not exist; set -e'
|
'set +e; docker logs aidgaf-server; 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."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user