bhulston commited on
Commit
6f0f963
1 Parent(s): 36fde6a

Update router.py

Browse files
Files changed (1) hide show
  1. router.py +1 -1
router.py CHANGED
@@ -2,7 +2,7 @@ import os
2
  import openai
3
  import json, csv
4
 
5
- def routing_agent(query, key, chat_history):
6
 
7
  system_prompt = """
8
  You are an AI assistant, solely made to output a "1" or a "0".
 
2
  import openai
3
  import json, csv
4
 
5
+ def routing_agent(query, chat_history):
6
 
7
  system_prompt = """
8
  You are an AI assistant, solely made to output a "1" or a "0".