euriai 0.3.5__tar.gz → 0.3.7__tar.gz
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-0.3.5 → euriai-0.3.7}/PKG-INFO +4 -4
- {euriai-0.3.5 → euriai-0.3.7}/README.md +3 -3
- {euriai-0.3.5 → euriai-0.3.7}/euriai.egg-info/PKG-INFO +4 -4
- {euriai-0.3.5 → euriai-0.3.7}/setup.py +1 -1
- {euriai-0.3.5 → euriai-0.3.7}/euriai/__init__.py +0 -0
- {euriai-0.3.5 → euriai-0.3.7}/euriai/cli.py +0 -0
- {euriai-0.3.5 → euriai-0.3.7}/euriai/client.py +0 -0
- {euriai-0.3.5 → euriai-0.3.7}/euriai/embedding.py +0 -0
- {euriai-0.3.5 → euriai-0.3.7}/euriai/langchain_embed.py +0 -0
- {euriai-0.3.5 → euriai-0.3.7}/euriai/langchain_llm.py +0 -0
- {euriai-0.3.5 → euriai-0.3.7}/euriai.egg-info/SOURCES.txt +0 -0
- {euriai-0.3.5 → euriai-0.3.7}/euriai.egg-info/dependency_links.txt +0 -0
- {euriai-0.3.5 → euriai-0.3.7}/euriai.egg-info/entry_points.txt +0 -0
- {euriai-0.3.5 → euriai-0.3.7}/euriai.egg-info/requires.txt +0 -0
- {euriai-0.3.5 → euriai-0.3.7}/euriai.egg-info/top_level.txt +0 -0
- {euriai-0.3.5 → euriai-0.3.7}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: euriai
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.7
|
4
4
|
Summary: Python client for EURI LLM API (euron.one) with CLI and interactive wizard
|
5
5
|
Author: euron.one
|
6
6
|
Author-email: sudhanshu@euron.one
|
@@ -25,7 +25,7 @@ Dynamic: summary
|
|
25
25
|
|
26
26
|
# euriai 🧠
|
27
27
|
|
28
|
-
**EURI AI Python Client** – A simple wrapper and CLI tool for the [Euron LLM API](https://
|
28
|
+
**EURI AI Python Client** – A simple wrapper and CLI tool for the [Euron LLM API](https://euron.one/euri/api). Supports completions, streaming responses, embeddings, CLI interaction, and an interactive guided wizard!
|
29
29
|
|
30
30
|
---
|
31
31
|
|
@@ -118,11 +118,11 @@ print(embedding_model.embed_query("What's AI?")[:5]) # Print first 5 dimensions
|
|
118
118
|
|
119
119
|
## 📘 Documentation
|
120
120
|
|
121
|
-
For full documentation, visit our [official docs site](https://
|
121
|
+
For full documentation, visit our [official docs site](https://euron.one/euri/api).
|
122
122
|
|
123
123
|
## 🔑 Getting an API Key
|
124
124
|
|
125
|
-
Sign up for an API key at [Euron AI Platform](https://
|
125
|
+
Sign up for an API key at [Euron AI Platform](https://euron.one/euri/api).
|
126
126
|
|
127
127
|
## 🤝 Contributing
|
128
128
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# euriai 🧠
|
2
2
|
|
3
|
-
**EURI AI Python Client** – A simple wrapper and CLI tool for the [Euron LLM API](https://
|
3
|
+
**EURI AI Python Client** – A simple wrapper and CLI tool for the [Euron LLM API](https://euron.one/euri/api). Supports completions, streaming responses, embeddings, CLI interaction, and an interactive guided wizard!
|
4
4
|
|
5
5
|
---
|
6
6
|
|
@@ -93,11 +93,11 @@ print(embedding_model.embed_query("What's AI?")[:5]) # Print first 5 dimensions
|
|
93
93
|
|
94
94
|
## 📘 Documentation
|
95
95
|
|
96
|
-
For full documentation, visit our [official docs site](https://
|
96
|
+
For full documentation, visit our [official docs site](https://euron.one/euri/api).
|
97
97
|
|
98
98
|
## 🔑 Getting an API Key
|
99
99
|
|
100
|
-
Sign up for an API key at [Euron AI Platform](https://
|
100
|
+
Sign up for an API key at [Euron AI Platform](https://euron.one/euri/api).
|
101
101
|
|
102
102
|
## 🤝 Contributing
|
103
103
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: euriai
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.7
|
4
4
|
Summary: Python client for EURI LLM API (euron.one) with CLI and interactive wizard
|
5
5
|
Author: euron.one
|
6
6
|
Author-email: sudhanshu@euron.one
|
@@ -25,7 +25,7 @@ Dynamic: summary
|
|
25
25
|
|
26
26
|
# euriai 🧠
|
27
27
|
|
28
|
-
**EURI AI Python Client** – A simple wrapper and CLI tool for the [Euron LLM API](https://
|
28
|
+
**EURI AI Python Client** – A simple wrapper and CLI tool for the [Euron LLM API](https://euron.one/euri/api). Supports completions, streaming responses, embeddings, CLI interaction, and an interactive guided wizard!
|
29
29
|
|
30
30
|
---
|
31
31
|
|
@@ -118,11 +118,11 @@ print(embedding_model.embed_query("What's AI?")[:5]) # Print first 5 dimensions
|
|
118
118
|
|
119
119
|
## 📘 Documentation
|
120
120
|
|
121
|
-
For full documentation, visit our [official docs site](https://
|
121
|
+
For full documentation, visit our [official docs site](https://euron.one/euri/api).
|
122
122
|
|
123
123
|
## 🔑 Getting an API Key
|
124
124
|
|
125
|
-
Sign up for an API key at [Euron AI Platform](https://
|
125
|
+
Sign up for an API key at [Euron AI Platform](https://euron.one/euri/api).
|
126
126
|
|
127
127
|
## 🤝 Contributing
|
128
128
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name="euriai",
|
5
|
-
version="0.3.
|
5
|
+
version="0.3.7",
|
6
6
|
description="Python client for EURI LLM API (euron.one) with CLI and interactive wizard",
|
7
7
|
long_description=open("README.md", encoding="utf-8").read(),
|
8
8
|
long_description_content_type="text/markdown",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|