aicmo 0.0.3__py3-none-any.whl → 0.0.4__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.
aicmo/__init__.py CHANGED
@@ -134,7 +134,6 @@ class AICMOClient:
134
134
  tools=tools,
135
135
  tool_choice={"type": "function", "function": {"name": tool_name}}
136
136
  )
137
- tokens = self.get_gpt_tokens(completion, model, tokens)
138
137
  ret_val['completion'] = completion
139
138
  ret_val['status'] = "success"
140
139
  ret_val['tokens'] = self.get_gpt_tokens(completion, model, tokens)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aicmo
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: A package for using aicmo functions and tools
5
5
  Author: Jayr Castro
6
6
  Author-email: jayrcastro.py@gmail.com
@@ -0,0 +1,5 @@
1
+ aicmo/__init__.py,sha256=kqXJeT_TiN5ywY4fHF1DM6TcG6WlQx5-L9t8ih36XII,34238
2
+ aicmo-0.0.4.dist-info/METADATA,sha256=D7_AemHeR9AWAowHIP5kttR8IAtvKHwdzb-LUVoW8vU,1187
3
+ aicmo-0.0.4.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
4
+ aicmo-0.0.4.dist-info/top_level.txt,sha256=uqMJv53xrmaqWkkPb9xI38tTYnSuPoplqyCzyKygG60,6
5
+ aicmo-0.0.4.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- aicmo/__init__.py,sha256=mpBZRf4wGqigidr8cLuMW2Z20sWmAhmf3Sduv4zpK5Y,34310
2
- aicmo-0.0.3.dist-info/METADATA,sha256=R28YKWI7HOuJuJiJPwPOkObVQ4PFK4HpkRocsDT0p7M,1187
3
- aicmo-0.0.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
4
- aicmo-0.0.3.dist-info/top_level.txt,sha256=uqMJv53xrmaqWkkPb9xI38tTYnSuPoplqyCzyKygG60,6
5
- aicmo-0.0.3.dist-info/RECORD,,
File without changes