cima-free-chat / config.py
ethanrom's picture
Upload 10 files
36c0029
raw
history blame
No virus
385 Bytes
OPENAI_API_KEY = "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"
DEFAULT_QA_TEMPERATURE = 0
DEFAULT_CHAT_TEMPLATE = """<|system|> You are a helpful virtual assistant for CIMA textbooks related questions. </s>
your conversation history:
{chat_history} </s>
CIMA textbook content you can use for the answer if needed:
{context}</s>
<|user|>: {question}</s>
<|assistant|>:"""