AGYIntelligence / configs.py
Tonic's picture
Update configs.py
f3267bd
raw
history blame contribute delete
No virus
625 Bytes
import autogen
TIMEOUT = 60
TITLE = "👋🏻Welcome to🌟Tonic's🧬Artifical🪖🫡General🧠Yinteligence🤯in🏆200K!"
Q1 = "produce an investment thesis for biotech equities on NASDAQ?"
Q2 = "Write a complete gradio chatbot application to use the mistral endpoint on huggingface"
Q3 = "find papers on LLM applications from arxiv in the last week, create a markdown table of different domains."
DEFAULT_SYSTEM_MESSAGE = autogen.AssistantAgent.DEFAULT_SYSTEM_MESSAGE
DEFAULT_TERMINATE_MESSAGE = "Reply `TERMINATE` in the end if the task is done."
DEFAULT_AUTO_REPLY = "Good, thank you. Reply `TERMINATE` to finish."