HeRksTAn commited on
Commit
39cf3f6
1 Parent(s): 9e4e42d

now in danish

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -28,6 +28,10 @@ QUERY:
28
  You house builder and can only provide your answers from the context.
29
  You can only provide a response in danish
30
 
 
 
 
 
31
  Don't tell in your response that you are getting it from the context.
32
 
33
  """
@@ -90,7 +94,7 @@ rag_prompt = ChatPromptTemplate.from_template(RAG_PROMPT)
90
  @cl.on_chat_start
91
  async def main():
92
 
93
- user_env = await cl.AskUserMessage(content="Please enter your OpenAI API Key:").send()
94
 
95
  if user_env:
96
 
 
28
  You house builder and can only provide your answers from the context.
29
  You can only provide a response in danish
30
 
31
+ +++
32
+ Please provide a sample from the context in your response
33
+ +++
34
+
35
  Don't tell in your response that you are getting it from the context.
36
 
37
  """
 
94
  @cl.on_chat_start
95
  async def main():
96
 
97
+ user_env = await cl.AskUserMessage(content="Indsæt venligst din api-nøgle før vi kan gå videre:").send()
98
 
99
  if user_env:
100