This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(() => { | |
const OPENAI_TOKEN = ""; | |
const MODEL = "gpt-4-1106-preview"; | |
//const MODEL = "gpt-3.5-turbo" | |
const ADDITIONAL_QUERY = "These questions are asked within the context of the Czech Republic and it's law."; | |
const QUERY_TASK = `Task: Identify the correct option (or options in case of a multiple-answer question) that best answers the provided question and provide your answer in the format: {"letters": ["Letter(s) to the correct options"], "explanation": "[Few words explaining why the choice is correct]", "certainty": "[How certain, in %, are you that the answer is correct]"}. ${ADDITIONAL_QUERY}`.trimEnd(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ___ _ ______ ____ | |
# / | | / / __ \/ __ \ | |
# / /| | | /| / / / / / / / / | |
# / ___ | |/ |/ / /_/ / /_/ / | |
# /_/ |_|__/|__/\____/\____/ | |
# | |
# @moeshitbot, by timgor | timgor.moe | |
# annotated source code | |
# | |
# this is my shitty cute anime pics twitter bot. |