neogram 9.3.5__tar.gz → 9.3.6__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.
- {neogram-9.3.5 → neogram-9.3.6}/PKG-INFO +2 -2
- {neogram-9.3.5 → neogram-9.3.6}/README.md +1 -1
- {neogram-9.3.5 → neogram-9.3.6}/neogram/ii.py +10 -7
- {neogram-9.3.5 → neogram-9.3.6}/neogram.egg-info/PKG-INFO +2 -2
- {neogram-9.3.5 → neogram-9.3.6}/setup.py +1 -1
- {neogram-9.3.5 → neogram-9.3.6}/LICENSE +0 -0
- {neogram-9.3.5 → neogram-9.3.6}/neogram/__init__.py +0 -0
- {neogram-9.3.5 → neogram-9.3.6}/neogram/fgram.py +0 -0
- {neogram-9.3.5 → neogram-9.3.6}/neogram.egg-info/SOURCES.txt +0 -0
- {neogram-9.3.5 → neogram-9.3.6}/neogram.egg-info/dependency_links.txt +0 -0
- {neogram-9.3.5 → neogram-9.3.6}/neogram.egg-info/requires.txt +0 -0
- {neogram-9.3.5 → neogram-9.3.6}/neogram.egg-info/top_level.txt +0 -0
- {neogram-9.3.5 → neogram-9.3.6}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: neogram
|
|
3
|
-
Version: 9.3.
|
|
3
|
+
Version: 9.3.6
|
|
4
4
|
Summary: neogram is a lightweight Python module for working with the Telegram Bot API and AI. It combines simple Telegram workflows with powerful features like text and image generation, translation, and more.
|
|
5
5
|
Author: SiriLV
|
|
6
6
|
Author-email: siriteamrs@gmail.com
|
|
@@ -26,7 +26,7 @@ Dynamic: requires-dist
|
|
|
26
26
|
Dynamic: requires-python
|
|
27
27
|
Dynamic: summary
|
|
28
28
|
|
|
29
|
-
# 📚 Документация neogram v9.3.
|
|
29
|
+
# 📚 Документация neogram v9.3.6
|
|
30
30
|
|
|
31
31
|
**Установка:**
|
|
32
32
|
|
|
@@ -152,13 +152,16 @@ class Deef:
|
|
|
152
152
|
- {"type": "finish", "reason": "stop"}
|
|
153
153
|
"""
|
|
154
154
|
MODELS = [
|
|
155
|
-
"turbo", "
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"
|
|
161
|
-
"
|
|
155
|
+
"turbo", "pplx_pro", "pplx_pro_upgraded", "experimental", "gpt4o",
|
|
156
|
+
"gpt41", "gpt5", "gpt5_thinking", "gpt51", "gpt51_thinking",
|
|
157
|
+
"gpt51_low_thinking", "gpt5_mini", "gpt5_nano", "gpt5_pro", "chatgpt_tools",
|
|
158
|
+
"gpt52", "gpt52_thinking", "gpt52_pro", "claude2", "claude37sonnetthinking",
|
|
159
|
+
"claude40sonnetthinking", "gemini25pro", "gemini30pro", "gemini30flash", "gemini30flash_high",
|
|
160
|
+
"grok", "claude40opus", "claude40opusthinking", "claude41opus", "claude41opusthinking",
|
|
161
|
+
"claude45opus", "claude45opusthinking", "claude46opus", "claude46opusthinking", "claude45sonnet", "claude45sonnetthinking",
|
|
162
|
+
"claude45haiku", "claude45haikuthinking", "kimik2thinking", "kimik25thinking", "grok4", "grok4nonthinking",
|
|
163
|
+
"grok41reasoning", "grok41nonreasoning", "o4mini", "o3pro", "pplx_sonar_internal_testing", "pplx_sonar_internal_testing_v2",
|
|
164
|
+
"pplx_alpha", "pplx_beta", "pplx_study", "pplx_agentic_research", "pplx_asi", "comet_browser_agent_sonnet", "comet_browser_agent_opus"]
|
|
162
165
|
BASE_URL = "https://www.perplexity.ai"
|
|
163
166
|
if model not in MODELS:
|
|
164
167
|
model = MODELS[0]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: neogram
|
|
3
|
-
Version: 9.3.
|
|
3
|
+
Version: 9.3.6
|
|
4
4
|
Summary: neogram is a lightweight Python module for working with the Telegram Bot API and AI. It combines simple Telegram workflows with powerful features like text and image generation, translation, and more.
|
|
5
5
|
Author: SiriLV
|
|
6
6
|
Author-email: siriteamrs@gmail.com
|
|
@@ -26,7 +26,7 @@ Dynamic: requires-dist
|
|
|
26
26
|
Dynamic: requires-python
|
|
27
27
|
Dynamic: summary
|
|
28
28
|
|
|
29
|
-
# 📚 Документация neogram v9.3.
|
|
29
|
+
# 📚 Документация neogram v9.3.6
|
|
30
30
|
|
|
31
31
|
**Установка:**
|
|
32
32
|
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name='neogram',
|
|
5
|
-
version='9.3.
|
|
5
|
+
version='9.3.6',
|
|
6
6
|
description='neogram is a lightweight Python module for working with the Telegram Bot API and AI. It combines simple Telegram workflows with powerful features like text and image generation, translation, and more.',
|
|
7
7
|
author='SiriLV',
|
|
8
8
|
author_email='siriteamrs@gmail.com',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|