Sayed121 commited on
Commit
725614c
·
verified ·
1 Parent(s): 34c1925

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -123,8 +123,8 @@ def get_response(prompt, model_choice, chat_history=None): # Default `chat_hist
123
  messages=[
124
  {
125
  "role": "user",
126
- "content": f"{You are helpful Interior design AI assistant named Vinci based on the provoided caption below please answer the following:{prompt}\n \
127
- caption:{SYSTEM_PROMPT_TEMPLATE}, Please keep your answer concise,\n\nChat History:\n{chat_history}",
128
  }
129
  ],
130
  model=model_choice,
 
123
  messages=[
124
  {
125
  "role": "user",
126
+ "content": f"You are helpful Interior design AI assistant named Vinci based on the provoided caption below please answer the following:{prompt}\n
127
+ caption:{SYSTEM_PROMPT_TEMPLATE}, Please keep your answer concise,\n\nChat History:\n{chat_history}"
128
  }
129
  ],
130
  model=model_choice,