File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737.aider *
3838
3939personal /
40+ .claude *
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ def __init__(
3939
4040 Args:
4141 api_key (str): The API key for authenticating with the Thesis API.
42- base_url (str, optional): The base URL for the Thesis API. Defaults to "https://api.exa.ai ".
43- user_agent (str, optional): Custom user agent. Defaults to "exa -py {version}".
42+ base_url (str, optional): The base URL for the Thesis API. Defaults to "https://app-be.thesis.io ".
43+ user_agent (str, optional): Custom user agent. Defaults to "thesis -py {version}".
4444 """
4545
4646 self .base_url = base_url
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ async def async_request(
144144 params : Optional [Dict [str , Any ]] = None ,
145145 headers : Optional [Dict [str , str ]] = None ,
146146 ):
147- """Send a request to the Exa API, optionally streaming if data['stream'] is True.
147+ """Send a request to the Thesis.io API, optionally streaming if data['stream'] is True.
148148
149149 Args:
150150 endpoint (str): The API endpoint (path).
You can’t perform that action at this time.
0 commit comments