aient 1.1.69__py3-none-any.whl → 1.1.70__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
aient/models/chatgpt.py CHANGED
@@ -6,9 +6,8 @@ import httpx
6
6
  import asyncio
7
7
  import logging
8
8
  import inspect
9
- import requests
10
9
  from typing import Set
11
- from typing import Union, Optional, Callable, List, Dict, Any
10
+ from typing import Union, Optional, Callable
12
11
  from pathlib import Path
13
12
 
14
13
 
@@ -360,6 +359,7 @@ class chatgpt(BaseLLM):
360
359
  system_prompt=None,
361
360
  pass_history=9999,
362
361
  is_async=False,
362
+ stream: bool = True,
363
363
  **kwargs
364
364
  ):
365
365
  """
@@ -388,6 +388,7 @@ class chatgpt(BaseLLM):
388
388
  elif isinstance(line, (dict, list)):
389
389
  if isinstance(line, dict) and safe_get(line, "choices", 0, "message", "content"):
390
390
  full_response = line["choices"][0]["message"]["content"]
391
+ total_tokens = safe_get(line, "usage", "total_tokens", default=0)
391
392
  return full_response
392
393
  else:
393
394
  return str(line)
@@ -660,7 +661,7 @@ class chatgpt(BaseLLM):
660
661
  model=model or self.engine, function_arguments=function_full_response,
661
662
  function_call_id=function_call_id, api_key=kwargs.get('api_key', self.api_key),
662
663
  api_url=kwargs.get('api_url', self.api_url.chat_url),
663
- plugins=kwargs.get("plugins", self.plugins), system_prompt=system_prompt
664
+ plugins=kwargs.get("plugins", self.plugins), system_prompt=system_prompt, stream=stream
664
665
  ):
665
666
  yield chunk
666
667
  else:
@@ -670,7 +671,7 @@ class chatgpt(BaseLLM):
670
671
  model=model or self.engine, function_arguments=function_full_response,
671
672
  function_call_id=function_call_id, api_key=kwargs.get('api_key', self.api_key),
672
673
  api_url=kwargs.get('api_url', self.api_url.chat_url),
673
- plugins=kwargs.get("plugins", self.plugins), system_prompt=system_prompt
674
+ plugins=kwargs.get("plugins", self.plugins), system_prompt=system_prompt, stream=stream
674
675
  ):
675
676
  yield chunk
676
677
  else:
@@ -764,7 +765,7 @@ class chatgpt(BaseLLM):
764
765
  generator, convo_id=convo_id, function_name=function_name,
765
766
  total_tokens=total_tokens, function_arguments=function_arguments,
766
767
  function_call_id=function_call_id, model=model, language=language,
767
- system_prompt=system_prompt, pass_history=pass_history, is_async=True, **kwargs
768
+ system_prompt=system_prompt, pass_history=pass_history, is_async=True, stream=stream, **kwargs
768
769
  ):
769
770
  yield processed_chunk
770
771
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aient
3
- Version: 1.1.69
3
+ Version: 1.1.70
4
4
  Summary: Aient: The Awakening of Agent.
5
5
  Requires-Python: >=3.11
6
6
  Description-Content-Type: text/markdown
@@ -12,7 +12,7 @@ aient/core/test/test_payload.py,sha256=8jBiJY1uidm1jzL-EiK0s6UGmW9XkdsuuKFGrwFhF
12
12
  aient/models/__init__.py,sha256=ZTiZgbfBPTjIPSKURE7t6hlFBVLRS9lluGbmqc1WjxQ,43
13
13
  aient/models/audio.py,sha256=kRd-8-WXzv4vwvsTGwnstK-WR8--vr9CdfCZzu8y9LA,1934
14
14
  aient/models/base.py,sha256=-nnihYnx-vHZMqeVO9ljjt3k4FcD3n-iMk4tT-10nRQ,7232
15
- aient/models/chatgpt.py,sha256=zPPzZOEFilHXvz82oZ-qVvIYyJjtXmyR0sV-XbVgq3A,49550
15
+ aient/models/chatgpt.py,sha256=cDqIPsdKFHBvE1aQc_ocAx7wyXOFvpYgKnQpTmIGmVc,49677
16
16
  aient/plugins/__init__.py,sha256=p3KO6Aa3Lupos4i2SjzLQw1hzQTigOAfEHngsldrsyk,986
17
17
  aient/plugins/arXiv.py,sha256=yHjb6PS3GUWazpOYRMKMzghKJlxnZ5TX8z9F6UtUVow,1461
18
18
  aient/plugins/config.py,sha256=2DXH-LP9KGl_P4467chJu3q4AAbX5nSn4DIkdI0aYH8,7105
@@ -30,8 +30,8 @@ aient/plugins/write_file.py,sha256=Jt8fOEwqhYiSWpCbwfAr1xoi_BmFnx3076GMhuL06uI,3
30
30
  aient/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
31
  aient/utils/prompt.py,sha256=UcSzKkFE4-h_1b6NofI6xgk3GoleqALRKY8VBaXLjmI,11311
32
32
  aient/utils/scripts.py,sha256=VqtK4RFEx7KxkmcqG3lFDS1DxoNlFFGErEjopVcc8IE,40974
33
- aient-1.1.69.dist-info/licenses/LICENSE,sha256=XNdbcWldt0yaNXXWB_Bakoqnxb3OVhUft4MgMA_71ds,1051
34
- aient-1.1.69.dist-info/METADATA,sha256=ADW1M_kaQQq5b_EZsANSoDY7DyYbm7tXYDqCZZtenzg,4842
35
- aient-1.1.69.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
36
- aient-1.1.69.dist-info/top_level.txt,sha256=3oXzrP5sAVvyyqabpeq8A2_vfMtY554r4bVE-OHBrZk,6
37
- aient-1.1.69.dist-info/RECORD,,
33
+ aient-1.1.70.dist-info/licenses/LICENSE,sha256=XNdbcWldt0yaNXXWB_Bakoqnxb3OVhUft4MgMA_71ds,1051
34
+ aient-1.1.70.dist-info/METADATA,sha256=EYligsIiofnMQzId4IzzBTAD52tVTXR04mmC_1oRyLc,4842
35
+ aient-1.1.70.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
36
+ aient-1.1.70.dist-info/top_level.txt,sha256=3oXzrP5sAVvyyqabpeq8A2_vfMtY554r4bVE-OHBrZk,6
37
+ aient-1.1.70.dist-info/RECORD,,
File without changes