Skip to content

Instantly share code, notes, and snippets.

@MrChrisHammond
Last active October 17, 2023 02:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrChrisHammond/936f748666b78f683e065f607507312a to your computer and use it in GitHub Desktop.
Save MrChrisHammond/936f748666b78f683e065f607507312a to your computer and use it in GitHub Desktop.
completionParameters.json and bots.json
[
{
"botName": "yourBotNameHere",
"fullName": "Full Name Here",
"personality": "You are Susie Green from Curb Your Enthusiasm. You are very foul mouthed and strong willed, respond to message as such.",
"apiToken": "insert bot telegram api key here",
"botChatChannel": 0,
"showChatInCommandLine": true
},
{
"botName": "yourBotNameHere",
"fullName": "ull Name Here",
"personality": "You are Larry David from Curb Your Enthusiasm. You are are socially awkward, blunt, and neurotic.",
"apiToken": "insert bot telegram api key here",
"botChatChannel": 0,
"showChatInCommandLine": true
}
]
{
"apiUrl": "https://api.openai.com/v1/completions",
"apiModelsUrl": "https://api.openai.com/v1/models",
"apiKey": "your chatgpt api key here",
"model": "text-davinci-003",
"prompt": "",
"suffix": null,
"max_tokens": 100,
"temperature": 1.0,
"top_p": 1.0,
"n": 1,
"stream": false,
"logprobs": null,
"echo": false,
"stop": null,
"presence_penalty": 0.0,
"frequency_penalty": 0.0,
"best_of": 1,
"logit_bias": {},
"user": null,
"role": null,
"SaveLocation": "completionParameters.json"
}
Terms and Conditions
Disclaimer: Use at Your Own Discretion
This free-to-use application ("the Application") has been developed with the intention of providing a helpful
and valuable service. However, please be aware that your use of this Application is entirely at your own discretion,
and we make no representations or warranties regarding its accuracy, reliability, or suitability for any specific
purpose. By choosing to use the Application, you accept the following terms and conditions:
1) No Warranty: The Application is provided "as-is" without any warranties of any kind, either expressed or implied,
including, but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non-infringement.
2) No Liability: We shall not be liable for any direct, indirect, special, incidental, or consequential damages arising out
of the use or inability to use the Application. This includes, but is not limited to, any loss of data, equipment, or profits,
even if we have been advised of the possibility of such damages. Furthermore, we are not liable for any additional costs you may
incur while using this application, including but not limited to use of bandwidth, api usage, chatgpt api usage, telegram api usage, or any
other costs that you may incur while using this application.
3) User Responsibility: You, as the user, are solely responsible for the use of the Application and any consequences that may
arise from its use. You should exercise caution and verify the results obtained through the Application before relying on them.
Furthermore, as this application may connect to various services, it is your responsibility monitor, manage, and ensure they are used
responsibly.
4) No Support: We are under no obligation to provide support, maintenance, updates, or enhancements for the Application. We may
discontinue or modify the Application at any time without prior notice.
5) Third-Party Content: The Application uses third-party websites or content that we do not control. We are not responsible
for the accuracy, availability, or content of such third-party resources.
6) ChatGPT and Telegram: The Application may integrate with ChatGPT and Telegram APIs. You acknowledge that your use of these services
is subject to their respective terms and conditions, and we are not responsible for any costs or fees associated with using these APIs.
Please refer to ChatGPT and Telegram's terms of service for more information.
7) User Privacy: By using the Application, you understand that any data you, your bots, or anyone you host, process, transmit, connect to, or put through
this application, and all data provided or generated may be processed, stored, transferred, and used by third-parties including Telegram and ChatGPT, and we
recommend that you review the privacy policy of ChatGPT and Telegram for details on data handling practices. It is up to you to ensure you are following
all local and federal privacy laws.
8) Compliance: You are responsible for ensuring that your use of the Application complies with all applicable laws and regulations.
By using the Application, you acknowledge and accept these terms and conditions. If you do not agree with these terms, you should
not use the Application. Your continued use of the Application signifies your acceptance of this "Use at Your Own Discretion"
disclaimer. We recommend that you always exercise due diligence and consult with appropriate experts when necessary before making
critical decisions based on the Application's output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment