mehmet0001 commited on
Commit
03d56d2
·
verified ·
1 Parent(s): d0a5c5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ api_key = "sk-or-v1-5b41e7106feb9b982d4ef5a6aa0959993387ba2e5fc9830df1279418776e
8
 
9
  openai_client = OpenAI(base_url="https://openrouter.ai/api/v1",api_key=api_key)
10
 
11
- prompt_template = """Answer the question based on the information provided below. Dont forget about the message history.Dont direct the user to any sources but give them answers based on those sources content.
12
  ## Information :
13
  {}
14
 
 
8
 
9
  openai_client = OpenAI(base_url="https://openrouter.ai/api/v1",api_key=api_key)
10
 
11
+ prompt_template = """Answer the question based on the information provided below.
12
  ## Information :
13
  {}
14