athena-intelligence 0.1.49__py3-none-any.whl → 0.1.50__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.
athena/chain/client.py CHANGED
@@ -50,7 +50,7 @@ class ChainClient:
50
50
  client.chain.structured_parse(
51
51
  text_input='Athena is an AI-native analytics platform and artificial employee built to accelerate analytics workflows \n by offering enterprise teams co-pilot and auto-pilot modes. Athena learns your workflow as a co-pilot, \n allowing you to hand over controls to her for autonomous execution with confidence." \n \n Give me all of the modes Athena provides.',
52
52
  custom_type_dict={"modes": {}},
53
- model=LlmModel.GPT_35_TURBO,
53
+ model=LlmModel.GPT_4_TURBO,
54
54
  )
55
55
  """
56
56
  _response = self._client_wrapper.httpx_client.request(
@@ -123,7 +123,7 @@ class AsyncChainClient:
123
123
  await client.chain.structured_parse(
124
124
  text_input='Athena is an AI-native analytics platform and artificial employee built to accelerate analytics workflows \n by offering enterprise teams co-pilot and auto-pilot modes. Athena learns your workflow as a co-pilot, \n allowing you to hand over controls to her for autonomous execution with confidence." \n \n Give me all of the modes Athena provides.',
125
125
  custom_type_dict={"modes": {}},
126
- model=LlmModel.GPT_35_TURBO,
126
+ model=LlmModel.GPT_4_TURBO,
127
127
  )
128
128
  """
129
129
  _response = await self._client_wrapper.httpx_client.request(
@@ -17,7 +17,7 @@ class BaseClientWrapper:
17
17
  headers: typing.Dict[str, str] = {
18
18
  "X-Fern-Language": "Python",
19
19
  "X-Fern-SDK-Name": "athena-intelligence",
20
- "X-Fern-SDK-Version": "0.1.49",
20
+ "X-Fern-SDK-Version": "0.1.50",
21
21
  }
22
22
  headers["X-API-KEY"] = self.api_key
23
23
  return headers
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: athena-intelligence
3
- Version: 0.1.49
3
+ Version: 0.1.50
4
4
  Summary:
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Programming Language :: Python :: 3
@@ -1,11 +1,11 @@
1
1
  athena/__init__.py,sha256=EHglML-qUfPnwk5zsnJ79TrVz1wl_CqT-_JkrTqX6AQ,1547
2
2
  athena/base_client.py,sha256=aniFuLr3wzh9PChzWZrkKV3ivSjOnS58p9g11dMXzgI,6860
3
3
  athena/chain/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
4
- athena/chain/client.py,sha256=BPvzeoDzOyAgSWCAVWS35xQKBv39gVOfAhO7B1B7h34,8026
4
+ athena/chain/client.py,sha256=sB9TG8kGqRZiy4gebrYtgvNAzLSRID8TRss34hUAQ38,8024
5
5
  athena/client.py,sha256=8QypiDlbZ0C1YsJh6GzhylLVCZXDQc1MCJTURo2_vvI,3576
6
6
  athena/core/__init__.py,sha256=1pNSKkwyQvMl_F0wohBqmoQAITptg3zlvCwsoSSzy7c,853
7
7
  athena/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
8
- athena/core/client_wrapper.py,sha256=e5bqcaJcyraFOz98rl3FUz0SWdriGivXLYrNzL6Gqvk,1495
8
+ athena/core/client_wrapper.py,sha256=STxxrqcuk4qGAwTKE1eq8L62DB9OvqIbSsX-KZbQ0CU,1495
9
9
  athena/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
10
10
  athena/core/file.py,sha256=sy1RUGZ3aJYuw998bZytxxo6QdgKmlnlgBaMvwEKCGg,1480
11
11
  athena/core/http_client.py,sha256=5ok6hqgZDJhg57EHvMnr0BBaHdG50QxFPKaCZ9aVWTc,5059
@@ -60,6 +60,6 @@ athena/types/url_result.py,sha256=lIgnQeyKy_UfFFPe7HMrrRzb-SK089RxcKcKN9Q3DNQ,87
60
60
  athena/types/validation_error.py,sha256=yqombbKLBSzTPFn6CJH_hbo7tpS68T3JvMdd7kBtO1g,972
61
61
  athena/types/validation_error_loc_item.py,sha256=LAtjCHIllWRBFXvAZ5QZpp7CPXjdtN9EB7HrLVo6EP0,128
62
62
  athena/version.py,sha256=8aYAOJtVLaJLpRp6mTiEIhnl8gXA7yE0aDtZ-3mKQ4k,87
63
- athena_intelligence-0.1.49.dist-info/METADATA,sha256=IA03tyg22B0NrD6XUNu_2kWv3TC1_owKwgQ1jBQiSKo,4738
64
- athena_intelligence-0.1.49.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
65
- athena_intelligence-0.1.49.dist-info/RECORD,,
63
+ athena_intelligence-0.1.50.dist-info/METADATA,sha256=xwQvQjRBUJZBWgK0td_svHaUYQe7fD_TAoir6AziUIQ,4738
64
+ athena_intelligence-0.1.50.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
65
+ athena_intelligence-0.1.50.dist-info/RECORD,,