euriai 0.3.17__py3-none-any.whl → 0.3.18__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.
@@ -1,14 +1 @@
1
- def __init__(
2
- self,
3
- api_key: str,
4
- model: Optional[str] = None,
5
- temperature: Optional[float] = None,
6
- max_tokens: Optional[int] = None,
7
- ):
8
- # Use default values directly, no `self.model` yet
9
- super().__init__(
10
- api_key=api_key,
11
- model=model if model is not None else "gpt-4.1-nano",
12
- temperature=temperature if temperature is not None else 0.7,
13
- max_tokens=max_tokens if max_tokens is not None else 1000,
14
- )
1
+ # euriai.llamaindex package
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: euriai
3
- Version: 0.3.17
3
+ Version: 0.3.18
4
4
  Summary: Python client for EURI LLM API (euron.one) with CLI, LangChain, and LlamaIndex integration
5
5
  Author: euron.one
6
6
  Author-email: sudhanshu@euron.one
@@ -4,11 +4,11 @@ euriai/client.py,sha256=USiqdMULgAiky7nkrJKF3FyKcOS2DtDmUdbeBSnyLYk,4076
4
4
  euriai/embedding.py,sha256=z-LLKU68tCrPi9QMs1tlKwyr7WJcjceCTkNQIFMG6vA,1276
5
5
  euriai/langchain_embed.py,sha256=OXWWxiKJ4g24TFgnWPOCZvhK7G8xtSf0ppQ2zwHkIPM,584
6
6
  euriai/langchain_llm.py,sha256=D5YvYwV7q9X2_vdoaQiPs7tNiUmjkGz-9Q-7M61hhkg,986
7
- euriai/llamaindex/__init__.py,sha256=cknI1gzAK9BQir10ubSLBbTsr9pv2-robvam---0-dc,477
7
+ euriai/llamaindex/__init__.py,sha256=42qGiyW2J46rQz5TBZPO32qdgtmaY7lQXitL2L-prRU,27
8
8
  euriai/llamaindex/euri_chat.py,sha256=Uw0rg-nriuZHUSdaO39qu0ub_M4ExEVK5Xyh83g8sYU,2953
9
9
  euriai/llamaindex/euri_embed.py,sha256=RO62uzT9rStp9_Ow2cYa_ZrGabkPFX89ZL3Mgb13X08,1063
10
- euriai-0.3.17.dist-info/METADATA,sha256=boFP0M5YJ5PCqNieT-vjBsNN-n77m53wWhvYejye0Ng,3257
11
- euriai-0.3.17.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
12
- euriai-0.3.17.dist-info/entry_points.txt,sha256=9OkET8KIGcsjQn8UlnpPKRT75s2KW34jq1__1SXtpMA,43
13
- euriai-0.3.17.dist-info/top_level.txt,sha256=TG1htJ8cuD62MXn-NJ7DVF21QHY16w6M_QgfF_Er_EQ,7
14
- euriai-0.3.17.dist-info/RECORD,,
10
+ euriai-0.3.18.dist-info/METADATA,sha256=kyswojEKnlyTn2CARTjzE3jg_ppTPdtbu7vgm20FCCw,3257
11
+ euriai-0.3.18.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
12
+ euriai-0.3.18.dist-info/entry_points.txt,sha256=9OkET8KIGcsjQn8UlnpPKRT75s2KW34jq1__1SXtpMA,43
13
+ euriai-0.3.18.dist-info/top_level.txt,sha256=TG1htJ8cuD62MXn-NJ7DVF21QHY16w6M_QgfF_Er_EQ,7
14
+ euriai-0.3.18.dist-info/RECORD,,