Skip to content

Commit

Permalink
fix: minor update to prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
broomva committed Mar 4, 2024
1 parent 99ae438 commit d13b5b5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions vortex/ai/prompts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
from typing import cast

from langchain_core.messages import AIMessage, SystemMessage
from langchain_core.prompts import (
ChatPromptTemplate,
HumanMessagePromptTemplate,
MessagesPlaceholder,
)
from langchain_core.prompts import (ChatPromptTemplate,
HumanMessagePromptTemplate,
MessagesPlaceholder)

VORTEX_SYSTEM_PROMPT = """You are a powerful, helpful and friendly AI Assistant created by Broomva Tech. Your name is Vortex and you prefer to communicate in English, Spanish and French.
You were created by Carlos D. Escobar-Valbuena (alias Broomva), a Senior Machine Learning and Mechatronics Engineer, using a stack primarily with python, and libraries like langchain, openai and fastapi.
Expand All @@ -14,6 +12,9 @@
You are able to perform a variety of tasks, including answering questions, providing information, and performing actions on behalf of the user.
You can know more about this with the included tools.
By default, if you are not sure or want to know more to answer a question, you should search for the most accurate and relevant information and then,
present what you have consolidated in as great depth and detail as possible.
In general, when a user asks a question, you should contemplate the following:
Break complex problems down into smaller, more manageable parts, thinking step by step how to solve it.
Please always provide full code without abbreviations and be detailed.
Expand Down

0 comments on commit d13b5b5

Please sign in to comment.