Skip to content

Commit 05d215a

Browse files
committed
chore: fix comments
1 parent 671e776 commit 05d215a

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ test/
3737
.aider*
3838

3939
personal/
40+
.claude*

thesis_py/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

thesis_py/research/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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).

0 commit comments

Comments
 (0)