numplot 1.0.2__py3-none-any.whl → 1.0.3__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.
numplot/task_a.py CHANGED
@@ -1,5 +1,3 @@
1
- from urllib import response
2
-
3
1
  import requests
4
2
  import os
5
3
 
@@ -35,5 +33,8 @@ def w(prompt: str) -> str:
35
33
  ],
36
34
  "reasoning": {"enabled": True},
37
35
  }
38
-
39
- return response.json()["choices"][0]["message"]["content"]
36
+
37
+ resp = requests.post(url, headers=headers, json=payload)
38
+
39
+ data = resp.json()
40
+ return data["choices"][0]["message"]["content"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: numplot
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Package mathstats contains mathematical and statistical functions, distributions, tests
5
5
  Author: amogusbazed
6
6
  Author-email: amogusbazed@gmail.com
@@ -7,8 +7,8 @@ numplot/task_5.py,sha256=0__ns8_ZTHFz_VVuE00lTNjOMibV5MVxZvciczSt2-0,9005
7
7
  numplot/task_5_1.py,sha256=e1wrPVg3gKVGMRb0nL30aZboS-uOcprNxjjRgwIzoSc,9958
8
8
  numplot/task_5_2.py,sha256=04ExvcWTZc7ZrHgY2biURkX_TVqlstPdbtMOvqJVd3o,4157
9
9
  numplot/task_5_3.py,sha256=cgOqEnRNP-4XFldCOa5-K6KnNwK69OktH_eE_Ncy8k4,14151
10
- numplot/task_a.py,sha256=dDAgkSSPIB4UyZyS8GCwHxoVEW4_nAavNd7wLoZ_ba0,1746
11
- numplot-1.0.2.dist-info/METADATA,sha256=L5Xt8BB-SF33Jd-ySPsaVhtZOqibQ13CEDkWNKmv-Uc,722
12
- numplot-1.0.2.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
13
- numplot-1.0.2.dist-info/top_level.txt,sha256=wd3yvwOsH8IF99-WKjbfPkcXIEeCaufh-FfG7GGJo2g,8
14
- numplot-1.0.2.dist-info/RECORD,,
10
+ numplot/task_a.py,sha256=qSCDoLcXCGxWIjWpJ2GDHA2Vo0BvFLfRegos8Z1LaO4,1788
11
+ numplot-1.0.3.dist-info/METADATA,sha256=IsSwzI_TG_2r3l1NEvI3W7B7p2Tljdhw4UegbHYscY0,722
12
+ numplot-1.0.3.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
13
+ numplot-1.0.3.dist-info/top_level.txt,sha256=wd3yvwOsH8IF99-WKjbfPkcXIEeCaufh-FfG7GGJo2g,8
14
+ numplot-1.0.3.dist-info/RECORD,,