JamalAG commited on
Commit
9fc789d
1 Parent(s): 68de2dc

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -8,7 +8,7 @@ def query_agent(data, query):
8
  # Parse the CSV file and create a Pandas DataFrame from its contents.
9
  df = pd.read_csv(data)
10
 
11
- llm = HuggingFaceEndpoint(repo_id="teknium/OpenHermes-2.5-Mistral-7B",
12
  temperature = 0.9,
13
  stop_sequences = ["\nQuestion:"])
14
 
 
8
  # Parse the CSV file and create a Pandas DataFrame from its contents.
9
  df = pd.read_csv(data)
10
 
11
+ llm = HuggingFaceEndpoint(repo_id="HuggingFaceH4/zephyr-7b-beta",
12
  temperature = 0.9,
13
  stop_sequences = ["\nQuestion:"])
14