gerasdf
commited on
Commit
·
5f6fa02
1
Parent(s):
3d38722
enabled AI
Browse files
query.py
CHANGED
|
@@ -20,7 +20,7 @@ prompt_template = os.environ.get("PROMPT_TEMPLATE")
|
|
| 20 |
|
| 21 |
prompt = ChatPromptTemplate.from_messages([('system', prompt_template)])
|
| 22 |
|
| 23 |
-
AI =
|
| 24 |
|
| 25 |
def ai_setup():
|
| 26 |
global llm, prompt_chain, oai_client
|
|
|
|
| 20 |
|
| 21 |
prompt = ChatPromptTemplate.from_messages([('system', prompt_template)])
|
| 22 |
|
| 23 |
+
AI = True
|
| 24 |
|
| 25 |
def ai_setup():
|
| 26 |
global llm, prompt_chain, oai_client
|