Skip to content

Commit f2f68bc

Browse files
cleanup
1 parent 073d0db commit f2f68bc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyalgotrading/algobulls/api.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ class AlgoBullsAPI:
2121
"""
2222
AlgoBulls API
2323
"""
24-
SERVER_ENDPOINT = 'http://localhost:7003/'
25-
26-
# SERVER_ENDPOINT = 'https://api.algobulls.com/'
24+
SERVER_ENDPOINT = 'https://api.algobulls.com/'
2725

2826
def __init__(self, connection):
2927
"""
@@ -595,6 +593,7 @@ def get_genai_session_history(self, session_id):
595593
Fetch GenAI session history.
596594
597595
Args:
596+
session_id: GenAI chat session id
598597
Returns:
599598
GenAI session history for the customer.
600599

0 commit comments

Comments
 (0)