Spaces:
Running
Running
Update agent.py
Browse files
agent.py
CHANGED
@@ -4,7 +4,6 @@ from typing import Any, Iterator
|
|
4 |
from tools import search, get_commentaries, read_text
|
5 |
from llm_providers import LLMProvider
|
6 |
|
7 |
-
S
|
8 |
|
9 |
class Agent:
|
10 |
def __init__(self,index_path: str,api_keys):
|
|
|
4 |
from tools import search, get_commentaries, read_text
|
5 |
from llm_providers import LLMProvider
|
6 |
|
|
|
7 |
|
8 |
class Agent:
|
9 |
def __init__(self,index_path: str,api_keys):
|