xp3-tool 1.0__tar.gz → 3.0__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xp3_tool
3
- Version: 1.0
3
+ Version: 3.0
4
4
  Summary: xp_t3_tool
5
5
  Home-page:
6
6
  Author: XuPeng
@@ -18,7 +18,7 @@ URL = ''
18
18
  EMAIL = 'xupeng23456@126.com'
19
19
  AUTHOR = 'XuPeng'
20
20
  REQUIRES_PYTHON = '>=3.10.0'
21
- VERSION = '1.0'
21
+ VERSION = '3.0'
22
22
 
23
23
  # What packages are required for this module to be executed?
24
24
  REQUIRED = [
@@ -5,4 +5,4 @@ __all__ = [
5
5
  "CallAi"
6
6
  ]
7
7
 
8
- __version__ = "1.0"
8
+ __version__ = "3.0"
@@ -1,3 +1,7 @@
1
+ from openai import OpenAI
2
+ import string
3
+ import random
4
+
1
5
  def uuid(length=16):
2
6
  chars = string.ascii_letters + string.digits
3
7
  return ''.join(random.choice(chars) for _ in range(length))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xp3_tool
3
- Version: 1.0
3
+ Version: 3.0
4
4
  Summary: xp_t3_tool
5
5
  Home-page:
6
6
  Author: XuPeng
File without changes
File without changes