mehmet0001 commited on
Commit
2c349fd
·
verified ·
1 Parent(s): 8233efd

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 only according to the information provided below.
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 only according to the information provided below. Dont direct the user to any sources but give them answers based on those sources.
12
  ## Information :
13
  {}
14