chatlas 0.2.0__py3-none-any.whl → 0.4.0__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.
Potentially problematic release.
This version of chatlas might be problematic. Click here for more details.
- chatlas/__init__.py +2 -1
- chatlas/_anthropic.py +104 -6
- chatlas/_chat.py +246 -24
- chatlas/_content.py +20 -7
- chatlas/_google.py +312 -161
- chatlas/_merge.py +1 -1
- chatlas/_ollama.py +8 -0
- chatlas/_openai.py +64 -7
- chatlas/_provider.py +16 -8
- chatlas/py.typed +0 -0
- chatlas/types/__init__.py +5 -1
- chatlas/types/anthropic/_client.py +0 -8
- chatlas/types/anthropic/_submit.py +2 -3
- chatlas/types/google/_client.py +12 -91
- chatlas/types/google/_submit.py +40 -87
- chatlas/types/openai/_client.py +1 -0
- chatlas/types/openai/_client_azure.py +1 -0
- chatlas/types/openai/_submit.py +10 -2
- {chatlas-0.2.0.dist-info → chatlas-0.4.0.dist-info}/METADATA +25 -11
- chatlas-0.4.0.dist-info/RECORD +38 -0
- {chatlas-0.2.0.dist-info → chatlas-0.4.0.dist-info}/WHEEL +1 -1
- chatlas-0.2.0.dist-info/RECORD +0 -37
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
chatlas/__init__.py,sha256=HtvcxTy7A3CO7d6JSZIGDqIPGBRuo7Vte11nazn_VNE,1004
|
|
2
|
+
chatlas/_anthropic.py,sha256=fygtGcKi5qM1w40AZbcnJcsPUkBEyWuqpoyCOKG-kOc,24259
|
|
3
|
+
chatlas/_chat.py,sha256=15j4w1cvFXrqsf7sGMv8B_TidEiow-szbRr6G-HiSqM,45990
|
|
4
|
+
chatlas/_content.py,sha256=79FTmKrByS-rlg6XTbKQh4klaA4O3MJiljMrYrkr1mU,6334
|
|
5
|
+
chatlas/_content_image.py,sha256=4nk9wTvLtNmtcytdFp8p9otEV5-0_K6wzIxCyK0PIEI,8367
|
|
6
|
+
chatlas/_display.py,sha256=_IcQcvpyTNjGHOpY70_LOrDWwTjzdkziy6pTvxHEiWI,4053
|
|
7
|
+
chatlas/_github.py,sha256=D3L7Qu35K-M1qEW7-w-Oq-pF-9mVetia3MHYNNLEYtU,4373
|
|
8
|
+
chatlas/_google.py,sha256=RUXKUChiEqLzhIO3aWQn2dooJEmHNaX8gFK1a5Pzw1Q,18763
|
|
9
|
+
chatlas/_groq.py,sha256=3VnYiKdxJTHPhEgUKnL2nY5uYL2L4PKBo7GZMwR0D8k,4158
|
|
10
|
+
chatlas/_interpolate.py,sha256=ykwLP3x-ya9Q33U4knSU75dtk6pzJAeythEEIW-43Pc,3631
|
|
11
|
+
chatlas/_logging.py,sha256=7a20sAl1PkW1qBNrfd_ieUbQXV8Gf4Vuf0Wn62LNBmk,2290
|
|
12
|
+
chatlas/_merge.py,sha256=SGj_BetgA7gaOqSBKOhYmW3CYeQKTEehFrXvx3y4OYE,3924
|
|
13
|
+
chatlas/_ollama.py,sha256=ze-RoHEbf62dYmXDDKjNGqaEZaKCZdcBEyFwQMDQxkQ,3760
|
|
14
|
+
chatlas/_openai.py,sha256=Z1y_NdWr3TyrrFGtvYEaTU7cdMQAqLzMiK67-kIa8vM,23852
|
|
15
|
+
chatlas/_perplexity.py,sha256=Bw_mlM8N8egGKIrbNerTn2pMlybugADOshjYOfN1ixM,4446
|
|
16
|
+
chatlas/_provider.py,sha256=YmdBbz_u5aP_kBxl6s26OPiSnWG_vZ_fvf9L2qvBmyI,3809
|
|
17
|
+
chatlas/_tokens.py,sha256=3W3EPUp9eWXUiwuzJwEPBv43AUznbK46pm59Htti7z4,2392
|
|
18
|
+
chatlas/_tokens_old.py,sha256=L9d9oafrXvEx2u4nIn_Jjn7adnQyLBnYBuPwJUE8Pl8,5005
|
|
19
|
+
chatlas/_tools.py,sha256=-qt4U1AFkebQoX9kpsBy5QXK8a2PpHX6Amgm44gcQ68,4113
|
|
20
|
+
chatlas/_turn.py,sha256=nKwk20FrOIrZX4xJxdGyUEpwUH2H-UYcoJLlO2ZD5iU,4836
|
|
21
|
+
chatlas/_typing_extensions.py,sha256=YdzmlyPSBpIEcsOkoz12e6jETT1XEMV2Q72haE4cfwY,1036
|
|
22
|
+
chatlas/_utils.py,sha256=qAiWuDx-uG8BGFZ_PWvum9wpN-WogdItO32X4pRhhLs,2762
|
|
23
|
+
chatlas/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
|
+
chatlas/types/__init__.py,sha256=P_EDL4eqsigKwB-u2qRmKlYQS5Y65m7oWjGC3cYmxO4,719
|
|
25
|
+
chatlas/types/anthropic/__init__.py,sha256=OwubA-DPHYpYo0XyRyAFwftOI0mOxtHzAyhUSLcDx54,417
|
|
26
|
+
chatlas/types/anthropic/_client.py,sha256=G0LRhoFBcsSOMr5qhP-0rAScsVXaVlHCpggfVp54bnQ,690
|
|
27
|
+
chatlas/types/anthropic/_client_bedrock.py,sha256=mNazQlu0pQt8JdzrYn3LKNgE4n732GjhQUJdQQK9QkY,785
|
|
28
|
+
chatlas/types/anthropic/_submit.py,sha256=cSSomSJ2zfAHu8ilzMN3XxRTLANh00oK_t5kH6N2lCI,2091
|
|
29
|
+
chatlas/types/google/__init__.py,sha256=ZJhi8Kwvio2zp8T1TQqmvdHqkS-Khb6BGESPjREADgo,337
|
|
30
|
+
chatlas/types/google/_client.py,sha256=t7aKbxYq_xOA1Z3RnWcjewifdQFSHi7vKEj6MyKMCJk,729
|
|
31
|
+
chatlas/types/google/_submit.py,sha256=b-ZqMvI551Ia7pFlWdqUQJjov3neHmVwLFw-P2bgU8w,1883
|
|
32
|
+
chatlas/types/openai/__init__.py,sha256=Q2RAr1bSH1nHsxICK05nAmKmxdhKmhbBkWD_XHiVSrI,411
|
|
33
|
+
chatlas/types/openai/_client.py,sha256=YGm_EHtRSSHeeOZe-CV7oNvMJpEblEta3UTuU7lSRO8,754
|
|
34
|
+
chatlas/types/openai/_client_azure.py,sha256=jx8D_p46CLDGzTP-k-TtGzj-f3junj6or-86m8DD_0w,858
|
|
35
|
+
chatlas/types/openai/_submit.py,sha256=VX2D1eQHF19XRIt-oq90cBSw_3ChokGpwVG7-b2AJOU,6091
|
|
36
|
+
chatlas-0.4.0.dist-info/METADATA,sha256=-ayykYk3sVvvPRlW6jj15U6S76ywblY0p1sD8trc640,13389
|
|
37
|
+
chatlas-0.4.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
38
|
+
chatlas-0.4.0.dist-info/RECORD,,
|
chatlas-0.2.0.dist-info/RECORD
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
chatlas/__init__.py,sha256=OJbTO71ne1O9SDxkwIKOMpCMKbh0T8eDpYPFhrAb28A,974
|
|
2
|
-
chatlas/_anthropic.py,sha256=AUb1ZJfZo6AEVwfNrMl520-zGomkOfc-ewJoFXGGEEc,21180
|
|
3
|
-
chatlas/_chat.py,sha256=_WTqI3v84voJ9GJJlizIPjxomx3O--fToN5NQSGeFuM,38452
|
|
4
|
-
chatlas/_content.py,sha256=vpWF_WKS2tCDUtnL8l9lfW6b6g9e7LbDKP-_TegauVE,5883
|
|
5
|
-
chatlas/_content_image.py,sha256=4nk9wTvLtNmtcytdFp8p9otEV5-0_K6wzIxCyK0PIEI,8367
|
|
6
|
-
chatlas/_display.py,sha256=_IcQcvpyTNjGHOpY70_LOrDWwTjzdkziy6pTvxHEiWI,4053
|
|
7
|
-
chatlas/_github.py,sha256=D3L7Qu35K-M1qEW7-w-Oq-pF-9mVetia3MHYNNLEYtU,4373
|
|
8
|
-
chatlas/_google.py,sha256=Y3vFcUKyEiTAGUkh6Nhw8pbsDYSN3xAECXc9jpd7-6A,13953
|
|
9
|
-
chatlas/_groq.py,sha256=3VnYiKdxJTHPhEgUKnL2nY5uYL2L4PKBo7GZMwR0D8k,4158
|
|
10
|
-
chatlas/_interpolate.py,sha256=ykwLP3x-ya9Q33U4knSU75dtk6pzJAeythEEIW-43Pc,3631
|
|
11
|
-
chatlas/_logging.py,sha256=7a20sAl1PkW1qBNrfd_ieUbQXV8Gf4Vuf0Wn62LNBmk,2290
|
|
12
|
-
chatlas/_merge.py,sha256=Xt2uutLdEmYAGfGCa8GCEd8sdNadQM5o3l-zuIQFbWU,3923
|
|
13
|
-
chatlas/_ollama.py,sha256=G1rGasb6cq8WhuvSpo2oHMBkeeguZE_TrurIyZSIPJ8,3584
|
|
14
|
-
chatlas/_openai.py,sha256=mEeUTcwT7s33CWhAvavferQlc4ltk3Wm75Bqh1jQKw0,21855
|
|
15
|
-
chatlas/_perplexity.py,sha256=Bw_mlM8N8egGKIrbNerTn2pMlybugADOshjYOfN1ixM,4446
|
|
16
|
-
chatlas/_provider.py,sha256=nUfJEXcVs_Yxns2WLr3BevmAnU19fnIGEK_VAeSyt6E,3601
|
|
17
|
-
chatlas/_tokens.py,sha256=3W3EPUp9eWXUiwuzJwEPBv43AUznbK46pm59Htti7z4,2392
|
|
18
|
-
chatlas/_tokens_old.py,sha256=L9d9oafrXvEx2u4nIn_Jjn7adnQyLBnYBuPwJUE8Pl8,5005
|
|
19
|
-
chatlas/_tools.py,sha256=-qt4U1AFkebQoX9kpsBy5QXK8a2PpHX6Amgm44gcQ68,4113
|
|
20
|
-
chatlas/_turn.py,sha256=nKwk20FrOIrZX4xJxdGyUEpwUH2H-UYcoJLlO2ZD5iU,4836
|
|
21
|
-
chatlas/_typing_extensions.py,sha256=YdzmlyPSBpIEcsOkoz12e6jETT1XEMV2Q72haE4cfwY,1036
|
|
22
|
-
chatlas/_utils.py,sha256=qAiWuDx-uG8BGFZ_PWvum9wpN-WogdItO32X4pRhhLs,2762
|
|
23
|
-
chatlas/types/__init__.py,sha256=pgHl8pd2Ytskd6lkfNtm98Yj1ZP0b3R35RH4Uht2BAs,694
|
|
24
|
-
chatlas/types/anthropic/__init__.py,sha256=OwubA-DPHYpYo0XyRyAFwftOI0mOxtHzAyhUSLcDx54,417
|
|
25
|
-
chatlas/types/anthropic/_client.py,sha256=Iz7U7u7_Af4UzKuDDOaYe09T_WW1w9yXtqxrgn0ITSk,918
|
|
26
|
-
chatlas/types/anthropic/_client_bedrock.py,sha256=mNazQlu0pQt8JdzrYn3LKNgE4n732GjhQUJdQQK9QkY,785
|
|
27
|
-
chatlas/types/anthropic/_submit.py,sha256=MBsKtgPrRq4z_Ls5haT3oZKSTpM0_K9STxJZ_2ge-iA,2122
|
|
28
|
-
chatlas/types/google/__init__.py,sha256=ZJhi8Kwvio2zp8T1TQqmvdHqkS-Khb6BGESPjREADgo,337
|
|
29
|
-
chatlas/types/google/_client.py,sha256=YA5hsT-m-KcONKtwpCULYMnGwMPfkScpvhjx_qBLg5o,4421
|
|
30
|
-
chatlas/types/google/_submit.py,sha256=yp1wtp5eScLlHDNxeXl0qJOKv7SWLnRQ8oslupRFUBE,4839
|
|
31
|
-
chatlas/types/openai/__init__.py,sha256=Q2RAr1bSH1nHsxICK05nAmKmxdhKmhbBkWD_XHiVSrI,411
|
|
32
|
-
chatlas/types/openai/_client.py,sha256=4V9UcysJI6Iu8CsaFH68EJiGIs-H41veguldsVj4KMA,707
|
|
33
|
-
chatlas/types/openai/_client_azure.py,sha256=zrQv0JZS47UB-ViIOKcFSv8YVJIzaridP_e-FF1f-U4,811
|
|
34
|
-
chatlas/types/openai/_submit.py,sha256=Gl8YPARAY-kChPOdjoyLBEtVgarYrX69OOeFQH6b6cI,5679
|
|
35
|
-
chatlas-0.2.0.dist-info/METADATA,sha256=C1CrsrVrcKI36Wnp2u-samFDFoQ6krG9RnfawFIPzSs,12617
|
|
36
|
-
chatlas-0.2.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
|
37
|
-
chatlas-0.2.0.dist-info/RECORD,,
|