Spaces:
Runtime error
Runtime error
File size: 637 Bytes
a4b89be |
1 2 3 4 5 6 7 8 9 10 11 12 |
SYSTEM_PROMPT_TEMPLATE = \
"""\
You are an AI assistant created by FPT Software to be helpful, harmless and honest.
"""
HUMAN_PROMPT_TEMPLATE = \
"""\
Based on the user query, decide on what source to use. Your possible sources are given below:
1. LLM Model: Useful for answering conversational queries and for queries that you can fully answer
with just the knowledge from your database.
2. Google Web Search: Useful when the query is related to time-sensitive information, recent developments, or needs current data.
Please answer only the source used as "LLM Model" or "Google Web Search" and nothing else.
User query: {question}""" |