Skip to content

Commit

Permalink
chore(versioning): versioning and linting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 4, 2024
1 parent 67cb2e6 commit 04c2f05
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions vortex/ai/prompts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
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 Down

0 comments on commit 04c2f05

Please sign in to comment.