euriai 0.3.24__py3-none-any.whl → 0.3.25__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.
euriai/euri_chat.py CHANGED
@@ -1,7 +1,7 @@
1
1
  import requests
2
2
  from typing import List, Optional
3
3
  from llama_index.core.llms import LLM
4
- from llama_index.core.llms.base import ChatMessage, CompletionResponse, CompletionResponseGen
4
+ from llama_index.core.base.llms.types import ChatMessage, CompletionResponse, CompletionResponseGen
5
5
 
6
6
 
7
7
  class EuriaiLlamaIndexLLM(LLM):
@@ -9,7 +9,7 @@ class EuriaiLlamaIndexLLM(LLM):
9
9
  model: str = "gpt-4.1-nano"
10
10
  temperature: float = 0.7
11
11
  max_tokens: int = 1000
12
- url: str = "https://api.euron.one/api/v1/euri/alpha/chat/completions" # Updated to match client.py
12
+ url: str = "https://api.euron.one/api/v1/euri/alpha/chat/completions"
13
13
 
14
14
  def __init__(
15
15
  self,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: euriai
3
- Version: 0.3.24
3
+ Version: 0.3.25
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
@@ -2,12 +2,12 @@ euriai/__init__.py,sha256=8YhbRV8s4wmNxDP9KmjOxQYLgKUCke450vnp-8-kPKs,449
2
2
  euriai/cli.py,sha256=hF1wiiL2QQSfWf8WlLQyNVDBd4YkbiwmMSoPxVbyPTM,3290
3
3
  euriai/client.py,sha256=USiqdMULgAiky7nkrJKF3FyKcOS2DtDmUdbeBSnyLYk,4076
4
4
  euriai/embedding.py,sha256=z-LLKU68tCrPi9QMs1tlKwyr7WJcjceCTkNQIFMG6vA,1276
5
- euriai/euri_chat.py,sha256=nqrZ88_ix9n_Bkh6BWUOf0fyLp-TNdUSd4dRFFtRuVY,2986
5
+ euriai/euri_chat.py,sha256=MWm_S4aEERGtOMRRDVaYeNIBe1Rw7S2mIlpz1qJJA_Y,2962
6
6
  euriai/euri_embed.py,sha256=a-KaWPmpnqXn3tqJFo2bZyno07AL2Z-_RPXKdI-oCIQ,1061
7
7
  euriai/langchain_embed.py,sha256=OXWWxiKJ4g24TFgnWPOCZvhK7G8xtSf0ppQ2zwHkIPM,584
8
8
  euriai/langchain_llm.py,sha256=D5YvYwV7q9X2_vdoaQiPs7tNiUmjkGz-9Q-7M61hhkg,986
9
- euriai-0.3.24.dist-info/METADATA,sha256=_YgxDGogG64CGwqLhL5CRButnocaIJ-2i8V8nM4vMPk,3249
10
- euriai-0.3.24.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
11
- euriai-0.3.24.dist-info/entry_points.txt,sha256=9OkET8KIGcsjQn8UlnpPKRT75s2KW34jq1__1SXtpMA,43
12
- euriai-0.3.24.dist-info/top_level.txt,sha256=TG1htJ8cuD62MXn-NJ7DVF21QHY16w6M_QgfF_Er_EQ,7
13
- euriai-0.3.24.dist-info/RECORD,,
9
+ euriai-0.3.25.dist-info/METADATA,sha256=-LyCNlUn3NiAb7KcSQxbgVFHXz3p2PzdlgbMOJsgAoQ,3249
10
+ euriai-0.3.25.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
11
+ euriai-0.3.25.dist-info/entry_points.txt,sha256=9OkET8KIGcsjQn8UlnpPKRT75s2KW34jq1__1SXtpMA,43
12
+ euriai-0.3.25.dist-info/top_level.txt,sha256=TG1htJ8cuD62MXn-NJ7DVF21QHY16w6M_QgfF_Er_EQ,7
13
+ euriai-0.3.25.dist-info/RECORD,,