Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|