Update utils.py
Browse files
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="
|
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 |
|